@charset "utf-8";
/* CSS Document */

body, div, p, ul, li, img, hr {
	padding:0px;
	margin:0px;
}

body {
	background-color:#1f1c5f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
}

#container {
	margin:0 auto;
	width:1075px;
	background-image:url('../Images/shadowMiddleHome.jpg');
	background-position:top;
	background-repeat:repeat-y;
}

#containerTop {
	background-image:url('../Images/shadowTopHome.jpg');
	background-repeat:no-repeat;
	background-position:top;
	width:1115px;
	margin:50px auto 0;
	padding-top:10px;
}

#containerBottom {
	background-image:url('../Images/shadowBottomHome.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	width:1115px;
	margin:0 auto 30px;
	padding-bottom:15px;
}

#header {
	background-image:url('../Images/headerHome.jpg');
	background-repeat:no-repeat;
	width:1075px;
	height:154px;
}

div.nav {
	margin-left:35px;
}

div.nav img{
	margin-top:10px;
}

#homeLeft {
	background-image:url('../Images/leftHome.jpg');
	background-repeat:no-repeat;
	width:313px;
	height:454px;
	font-size:12px;
	line-height:15px;
}

#homeLeft p {
	margin-left:50px;
}

.homeTextBold {
	font-size:12px;
	font-weight:bold;
}

#homeLeft img{
	margin:25px 0 15px 50px;
}

#flashPlaceholder {
	float:right;
	width:762px;
	height:453px;
}

#footer {
	background-image:url('../Images/footerHome.jpg');
	background-repeat:no-repeat;
	width:586px;
	height:94px;
	color:#fff;
	font-weight:bold;
	padding-left:489px;
}

#footer p{
	font-size:12px;
	padding-top:45px;
}

#footer img{
	margin-left:8px;
	margin-right:8px;
	margin-bottom:2px;
}