/* Body 
--------------------------------------------------------------------*/

html,body {margin:0;padding:0}
body {
	text-align:center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 70%;
    color:#666;
	background-color:#FFFFE8;
	
}
img {
       border:none;
}
h1 {
	display:none;
}
h2 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size:medium;
	color:#026D9E;
	background:url(images/h2_bg.gif);
	padding:5px;
	font-weight:lighter;
	
}
a {
	color:#000000;
}
/* Container 
--------------------------------------------------------------------*/
#container {
	text-align:center;
	margin:0 auto;
	width: 682px;
	
	
} 
/* Header 
--------------------------------------------------------------------*/
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 240px;
}
/* Content 
--------------------------------------------------------------------*/
#content {
	padding: 0 51px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:580px;
	overflow: hidden;
}

#main {
	float:left;
	padding:0 10px;
	width:370px;
	text-align:left;
}
#side {
	float:right;
	padding:0 10px 0 0;
	width:180px;
}
#side img {
	margin:0 0 10px 0;
}
#bottom {
	clear:both;
	padding:0 !important;
	padding: 0 10px 0 0;
    width:570px;
	
}
#bottom img {
	margin:10px 0 0 10px;
}
#gallery {
	float:left;
	padding:0 !important;
	padding: 0 10px 0 0;
	width:570px;
	text-align:left;
	
}
#gallery img {
	margin:10px 0 0 10px;
	
}
#gallery h2 {
	margin-left:10px;
	
}
#gallery a {
	margin-left:10px;
	
}
/* Footer 
--------------------------------------------------------------------*/
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	Height:121px;
	padding:40px 0;
	margin:0 auto 0 auto;
	text-align:center;
	clear:both;
	}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}



#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content {
	display: block;
}
/* Hides from IE-mac \*/
* html #content, * html .article {
	height: 1%;
}
#content {
	display: block;
}
/* End hide from IE-mac */
/* end float fix */




