html, body {height:100%; }
body
{
	margin:0;
	background-color:#00040F;
	color:#FFF;
	font-family: Verdana;
	font-size: smaller;
}

a
{
	color:#FFCC33;
	text-decoration:none;
}
a:visited
{
	color:#C3C573;
}
a:hover
{
	color:#FFCC33;
	text-decoration:underline;
}

#Header 
{
	width:100%;
	min-width:800px;
	height:99px;
	overflow:hidden;
	background-image:url('../../images/logo-background-repeat.jpg');
	background-repeat:repeat-x;
}
#Header_Logo
{
	height:90px;
	background-image:url('../../images/logo-background.jpg');
	background-repeat:no-repeat;
}
#Header_Logo img
{
	margin-left:5px;
}
#Header_Bar
{
	background-image:url('../../images/header-bar.jpg');
	background-repeat:repeat-x;
	width:100%;
	height:9px;
}
#LeftNav
{
	width:289px;
}
#LeftNav_Factions
{
	width:261px;
	height:218px;
	padding:14px;
	background-image:url('../../images/leftnav-factions-bg.jpg'); /* 289x246 */
}
#LeftNav_NavArea
{
	padding:32px 9px 0px 19px;
	width:261px;
	height:409px;
	background-image:url('../../images/leftnav-background.jpg'); /* 289x441 */
}

.FactionNav
{   /* 533x65 */
	width:528px;
	height:65px;
	padding-left:5px;
}
.FactionNav img
{
	margin-left: 5px;
	margin-right: 5px;
}
.FactionNav img.SingleLine
{
	margin-top:13px;
	margin-bottom:13px;
}
.FactionNav img.MultiLines
{
}

#FactionNav_Reds
{
	background-image:url('../../images/subheader-redalert-bg.jpg');
}
#FactionNav_Tibs
{
	background-image:url('../../images/subheader-tiberian-bg.jpg');
}
#FactionNav_Gens
{
	background-image:url('../../images/subheader-generals-bg.jpg');
}

#ContentBody 
{
	margin-left:5px;
	padding:5px;
	text-align:justify;
}

#ContentBody a img
{
	/*border:0;*/
	border: 1px solid #FFCC33;
	padding: 1px;
}

#ContentBody.FactionBody
{
	width: 90%;
}

.dark-highlight
{
	color:#CC3300;
}
.highlight 
{
	color:#FEED83;
}

.DownloadMirror
{
	margin:10px;
	padding-bottom:10px;
	width: 400px;
}
.DownloadMirror img.MirrorImage
{
	float:right;
	border:0;
}