@charset "UTF-8";
/* CSS Document */
body 				{background:url(site-bg-pattern.gif) repeat;margin:0;padding:0;font-family:Georgia, "Times New Roman", Times, serif;color:#666}


/* Slideshow */

.slideshow 			{height: 960px; width:640px; margin:0 }
.slideshow img 		{
					padding: 0px;
					border: 0px solid #ccc;
					background-color: #fff;
}
/* Page areas */

#wrapper 			{padding:0px;margin:0 auto;width:990px;background-color:#FFF}
#header				{
					height:175px;
					width:960px;
					position:relative;
					float:left;
					border-right:15px solid #FFF;
					border-left:15px solid #FFF;
					background-color:#FFF;
					background-image: url(image/top-bar.jpg);
					background-repeat: no-repeat;
					background-position: center top;
					
}
#logo				{position:relative;float:left;width:430px;height:120px;margin:30px 0;padding:0}
#tagline			{position:relative;float:left;width:530px;height:auto;margin:70px 0 0 0;text-align:right;padding:0}
#footer				{
					position:relative;
					float:left;
					width:960px;
					height:20px;
					border-right:15px solid #FFF;
					border-left:15px solid #FFF;
					background-color:#FFF;
					padding-top: 15px;
					padding-right: 0;
					padding-bottom: 60px;
					padding-left: 0;
}
#content			{
					position:relative;
					float:left;
					width:960px;
					height:640px;
					margin:0;
					border-right:15px solid #FFF;
					border-left:15px solid #FFF;
					background-color:#FFF;
					padding-top:10px;
					background-image: url(image/double-bar.jpg);
					background-repeat: no-repeat;
					background-position: center top;
}
/* Typography */
p					{font-size:14px;padding:0px;margin:0}
#footer p			{color:#999;font-size:11px}
h1					{font-size:22px;font-weight:normal;padding:0px 0px 20px 0px;margin:0}
a,a:link,a:visited 	{color:#638ca1;text-decoration:none}
a:hover,a:active	{text-decoration:underline;color:#638ca1;}
