body {
	margin:0 auto;
	background:url(../Images/bg.jpg) repeat-x #CCCCCC;
	font-smooth:always;
}

/*------Divs------*/

#container {
	width:808px;
	background:url(../Images/bodyslice.jpg) repeat-y;
	overflow:hidden;
}
#innercontainer {
	padding:0 9px 0 9px;
}
#header {
	width:790px; height:145px;
	padding:0 0 1px 0;
	background:url(../Images/header.jpg) no-repeat; 
}
#navleft {
	width:3px; height:32px;
	background:url(../Images/navleft.jpg) no-repeat;
	float:left; position:relative;
}
#nav {
	width:784px; height:32px;
	background:url(../Images/navslice.jpg) repeat-x;
	float:left; position:relative;
}
.navseparator {
	width:1px; height:32px;
	background-image:url(../images/navseparator.jpg); background-repeat:no-repeat;
	float:left; position:relative;
}
#navright {
	width:3px; height:32px;
	background:url(../Images/navright.jpg) no-repeat;
	float:left; position:relative;
}	
#topstrap {
	width:790px; height:28px; overflow:hidden;
}
#flash {
	width:790px; height:210px;
	background:url(../Images/image.jpg) no-repeat;
}
#middle {
	width:790px;
	padding:10px 0 0 0;
}
#leftbg {
	width:527px;
	padding:0 0 10px 0;
	background:url(../Images/textbg.jpg) no-repeat #FFFFFF;
	float:left;
}
#left {
	padding:5px 5px 0 5px;
}
#form {
	width:350px;
	padding:50px 0 0 0;
	float:right; position:relative; display:block; 
}
#right {
	width:253px;
	padding:0 0 0 10px;
	float:left;
}
#boxtop {
	width:253px; height:43px;
	background:url(../Images/boxtop.jpg) no-repeat;
}
#boxslice {
	width:253px;
	background:url(../Images/boxslice.jpg) repeat-y;
}
#boxbottom {
	width:253px; height:10px;
	background:url(../Images/boxbottom.jpg) no-repeat;
}
#footer {
	width:790px; height:30px;
	background:url(../Images/footerline.jpg) no-repeat top center;
	float:left;
}
#bottom {
	width:808px; height:39px;
	background:url(../Images/footerbottom.jpg) no-repeat;
}

/*--------Styles--------*/

p, #boxtop p, #boxslice p, #footer p, .contact p, h1, h2, a:link, a:visited, a:hover, li, td {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; text-align:left; color:#333333;
	margin:0; padding:0; padding:10px 5px 10px 5px;
}
#boxtop p {
	font-size:19px; color:#FFFFFF; text-align:center; 
}
#boxslice p {
	font-size:13px; font-weight:bold;
	padding:8px 0 8px 20px;
}
.contact p {
	padding:0; padding:5px;
}
h1 {
	font-size:25px; color:#CD1853;
}
#topstrap h2 {
	font-size:15px; text-align:right; color:#333333; font-weight:bold;
	padding:0; padding:5px 0 0 0;
}
#footer h2 {
	font-size:11px; text-align:right;
	display:block; float:right; position:relative;
	padding:0; padding:10px 10px 0 0;
}
ul, li {
	vertical-align:baseline;
	margin:0px; padding:0px;
}
li {
	font-weight:bold;
	padding:3px 0 3px 15px;
}
ul {
	padding:5px 0 5px 70px;
}
td {
	font-size:11px;
	padding:0; padding-bottom:5px; margin:0;
}
a:link, a:visited {
	color:#CD1853;
	margin:0; padding:0;
}
a:hover {
	text-decoration:underline;
	margin:0; padding:0;
}
#nav a, #nav a:visited {
	font-size:14px; font-weight:bold; color:#FFFFFF;
	padding:7px 15px 0 15px;
	float:left;
}
#nav a:hover {
	text-decoration:underline;
}
#footer a, #footer a:visited, #footer a:hover {
	font-size:11px; color:#333333; text-align:left;
	padding:0; padding:10px 0 0 0;
	display:block; float:left; position:relative;
}
#footer a:visited {
	color:#FF00FF;
}
#footer a:hover {
	text-decoration:underline;
}
