/*=======DEFAULT STUFF==========*/

body, html, * {
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	color:#888;
	font-size:13px;
	font-family: Verdana, Helvetica, "Century Gothic", Arial;
	background:#272462;
}

/*==============Layout=============*/

#container {
	margin:0 auto;
	width:1058px;
	background:url(../images/dropshadow.png) repeat-y;
	overflow:auto;
}

#header {
	height:155px;
	width:900px;
	background:url(../images/header.jpg) no-repeat;
	margin:0 auto;
}

#navigation {
	width:888px;
	height:45px;
	margin:0 auto;
	background:url(../images/nav-1.jpg) repeat-x;
	border-left:6px solid #fff;
	border-right:6px solid #fff;
}

#navigation a:link, #navigation a:visited {
	background:url(../images/nav-1.jpg) repeat-x;	
	padding-left:13px;
	padding-right:13px;
	font-weight:bold;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.1em;
	line-height:33px;
}

#navigation a:hover, #navigation a:active {
	background:url(../images/nav-2.jpg) repeat-x;
}

#navigation .leftnavbutton:link, #navigation .leftnavbutton:visited {
	padding-left:26px;
}

#gradient {
	width:900px;
	margin:0 auto;
	height:54px;
	background:url(../images/content-gradient.jpg) no-repeat #FFF;
}

#contentwrapper {
	width:900px;
	margin:0 auto;
}

#content {
	margin:30px;
	margin-top:0px;
	width:840px;
	min-height:500px;
}

#footer {
	width:1056px;
	height:112px;
	background:url(../images/footer.png) no-repeat;
	margin:0 auto;
	text-align:center;

}

/*=========headings============*/

#content h1 {
	color:#282a77;
	font-size:25px;
	line-height:50px;
	font-weight:normal;
	margin-bottom:25px;
	border-bottom: 1px dotted #282a77;
	font-family: Georgia, Verdana, Helvetica, "Century Gothic", Arial;
}

#content h2 {
	color:#282a77;
	font-size:19px;
	line-height:38px;
	font-weight:bold;
	margin-bottom:19px;
	font-family: Georgia, Verdana, Helvetica, "Century Gothic", Arial;
}

#content h3 {
	color:#282a77;
	font-size:19px;
	line-height:38px;
	font-weight:normal;
	margin-bottom:19px;
	font-family: Georgia, Verdana, Helvetica, "Century Gothic", Arial;
}

#content p {
	font-size:13px;
	font-weight:normal;
}

#footer a {
	color:#282a77;
	font-size:1.1em;
	font-family: Georgia, Verdana, Helvetica, "Century Gothic", Arial;
	font-style:italic;
}

/*=============GALLERY==========*/

.gallery img {
	border:1px solid #CCC;
	margin:20px;
}