﻿#main
{
	border: thin solid #808080; 
	width: 1000px;
	height: 800px;
	margin: auto auto;
	position: relative;
	background-color:white;
/*	background-image: url('../images/bgsmall.gif'); */
	background-position: left top;
	background-repeat: repeat-x;		
}

/* #header {height:48px; background:url(../images/header-bg.png) no-repeat left top;} */
#header {height:48px; background:url(../images/menu_bg.gif) repeat-x top #fff;}
#header, #content, #footer { font-size:0.75em; background-color:white;}

.col-1, .col-2, .col-3 { float:left;}

/*======= home.html =======*/
#page1 #content .col-1 {width:290px; margin-right:28px;}
#page1 #content .col-2 { width:600px; margin-left: 300px;}

/*======= about-us.html =======*/
#page2 #content .col-1 {width:250px; margin-right:20px;}
#page2 #content .col-2 { width:650px;}

/*======= articles.html =======*/
#page3 #content .col-1 {width:250px; margin-right:20px;}
#page3 #content .col-2 { width:600px; margin-left:48px;}

/*======= article.html =======*/
#page4 #content .col-1 {width:250px; margin-right:20px;}
#page4 #content .col-2 { width:650px;}

/*======= contact-us.html =======*/
#page5 #content .col-1 {width:250px; margin-right:20px;}
#page5 #content .col-2 { width:650px;}

/*======= site-map.html =======*/
#page6 #content .col-1 {width:250px; margin-right:20px;}
#page6 #content .col-2 { width:650px;}


/*=========================*/


/* #footer {height:89px;} */


/* --------------------------------- */
#page6 .clear {
	clear: both;
	height: 12px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
}

#page6 #content .leftbox,
#page6 #content .rightbox {
	margin-top: 5px;
	color: #464646;
}

#page6 #content .leftbox {
	float: left;
	width: 150px;
}

#page6 #content .rightbox {
	float: right;
	width: 252px;
	margin-right: 18px;
	margin-left: 48px;
	border-left: 0px solid #e5e5e5;
}


#page6 .br {
	border-bottom: 1px solid #e5e5e5;
}

#page6 .readmore {
	margin-top: -0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#page6 .readmore a {
	color: #ad1c1c;
}

#page6 .readmore a:hover {
	color: #f73838;
}

.subcontent
{
	margin: 0;
	width: 430px;
	height: 136px;
	font-family:Tahoma;
}

.subcontent a
{
	color: #fff;
}

.subcontent p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.subcontent p.linkage a { color: #fff; }

#myGallery
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

