body {
	width:1200px;
	margin:0 auto;
	padding:0px;
	/* background-image:url("images/body-bg.jpg"); */
	background-color:#000000;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:Arial; 
	font-size:12px;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	COLOR:inherit;
	text-decoration:inherit;
}
#main {
	width:1200px;
	margin: 0px auto 0px 0px;
	border: 0px solid #f0f0f0;

}
#header {
	width:1200px;
	height:148px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#container {
	width:1200px;
	min-height:479px;
	float:left;
	background-image:url("images/main-bg.jpg");
	background-repeat:repeat-y;

}
.side-panel {
	width:100px;
	height:100%;
	float:left;
	background-image:url("images/side-bg-1.jpg");
	background-repeat:repeat-y;

}
#nav {
	margin:0px 0px 0px 100px;
	width:230px;
	height:469px;
	float:left;
	display:inline;
	

}
#nav ul {
	margin:30px 10px 10px 10px;
	margin:20px 10px 10px 10px!ie;
	padding:0px;
	list-style-type:none;

}
#nav li {
	/* background-image:url("images/nav-bg.gif");
	background-repeat:no-repeat;
	height:30px;
	width:195px; */
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:5px 0px;
	font-size:110%;

}
#nav li:hover {
	/* background-image:url("images/nav-bg-hover.gif");
	background-repeat:no-repeat;
	height:30px;
	width:195px; */
	text-align:center;
	padding:0px 0px 0px 0px;

}
#nav a {
	background-image:url("images/nav-bg.gif");
	background-repeat:no-repeat;
	display:block;
	height:26px;
	height:27px!ie;
	width:195px;	
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:90%;
	padding:10px 0px 0px 0px;
	margin:0px 0px;

}
#nav a:hover {
	color:#FFFFFF;
	text-decoration:none;

}
#main-content {
	width:740px;
	height:460px;
	float:left;
	display:inline;
	margin:10px 0px 10px 10px;
	padding:0px;
	overflow:auto;

}
#footer {
	width:1200px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-color:#9E090B;

}
#footer p {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;

}
#footer a {
	color:#FFFFFF;
	text-decoration:none;

}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;

}
