/* main.css 
Stormy Productions */
* {
	font-family: Helvetica, Arial, Times;
}

body {
	background-color: #c9dfe8;
	margin:0px 0px;
}
h2 {
	color:#1e7ec0;
}
h3 {
	color:#1e7ec0;
}

a {
	color:#1e7ec0;
}

a:hover {
	color: #fff200;
}

#wrapper {
	/*background:transparent url(../layout/body-bg.jpg) top left repeat-y;*/
	background-color:#fff;
	margin:0px auto;
	width:991px;;
}
#header, #content {
	margin:0px auto;
	width:991px;
}
#header {
	background-color:#fff;
	background:transparent url(../layout/header.gif) top left no-repeat;
	height:133px;
	margin-top:50px;
	position:relative;
	width:991px;
}
#logo {
	background:transparent url(../layout/logo.gif) top left no-repeat;
	height:132px;
	left:116px;
	position:absolute;
	top:0px;
	width:763px;
}
#navigation {
	background-color:#fff;
	height:25px;
	margin:15px auto;
	text-align:center;
	width:600px;
}
#content-bg-left {
	background:transparent url(../layout/left-side.gif) top left no-repeat;
	float:left;
	height:702px;
	width:44px;
}
#content-bg-right {
	background:transparent url(../layout/right-side.gif) top left no-repeat;
	float:right;
	height:702px;
	width:45px;
}
#content {
	background-color: #fff;
	padding-bottom:15px;
	height:667px;
}

#content .dk-gray-box {
	background:transparent url(../layout/dk-gray-box.gif) top left no-repeat;
	float:left;
	height:300px;
	margin-bottom:25px;
	width:250px;
}
#content .lt-gray-box {
	background:transparent url(../layout/lt-gray-box.gif) top left no-repeat;
	float:left;
	height:176px;
	margin-bottom:25px;
	width:250px;
}
.dk-gray-box p, .dk-gray-box h3, .lt-gray-box p, .lt-gray-box h3 {
	margin-left:15px;
	margin-right:15px;
	line-height:100%;
	margin-top: 8px;
}
	
.dk-gray-box h3 {
	color:#fff;
	margin-bottom:0px;
}

.dk-gray-box p {
	color:#e0e0e0;
}

.dk-gray-box a {
	color:#fff;
}
.dk-gray-box a:hover {
	color: #fff200;
}
.lt-gray-box h3 {
	margin-bottom:0px;
}
#sidebar {
	margin-left:90px;
	width:300px;
}
#content-body {
	border-left:2px solid #999;
	margin-left:375px;
	padding-left:30px;
	width:500px;
	height:640px;	
}

#content-body pp{
	margin-left:15px;
	margin-right:15px;
	line-height:100%;
	margin-top: 8px;
}
	
#footer {
	background:transparent url(../layout/footer.gif) top left no-repeat;
	font-size:.85em;
	height:74px;
	text-align:center;
	margin:5px auto 0px auto;
	width:991px;
}
#footer p {
	margin:0px auto;
}
#navigation ul {
	display:inline;
	height:25px;
}

#navigation ul li {
	background-color:#fff;
	display:inline;
	list-style-type:none;
	padding-right: 45px;
	float: left;
}

#navigation ul li a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size: larger;
	font-family: Verdana;
}

#navigation ul li a:hover {
	text-decoration:none;
}
.structure-label a {
	text-indent:-9999px;
}
.home-link {
	height:94px;
	left:17px;
	position:absolute;
	top:16px;
	width:485px;
}

.img
{
	float:right;
	margin:10px;
}