﻿body
{
	font-family: Verdana;
	font-size: .8em;
	color: #000000;
	margin: 0;
	background-color: #000000;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}
h1
{
	border-bottom: thin dashed #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #FFCC66;
	border-bottom-color: #FFCC66;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFCC66;
	text-align: left;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #B4202B;
}

a:link
{
	color: #FFCC66;
	text-decoration: none;
}
a:active
{
	color: #FFFFFF;
}

a:visited
{ color: #FFFFFF;
}

/*********************/
/* LAYOUT */
/*********************/


#container
{
	margin: 0px auto 0px auto;
	width: 1000px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #FFCC66;
	border-left-color: #FFCC66;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFCC66;
}

#header
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 980px;
	height: 100px;
	clear: both;
}

#signin
{
	width: 275px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-left: 700px;
	margin-top: 10px;
	font-weight: bold;
}


#navbar
{
	margin: 10px auto 10px auto;
	width: 970px;
	height: 20px;
	padding-left: 10px;
	background-color: #000000;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-bottom-color: #FFCC66;
}

/*#custreview
{
	background-image: url(../images/backgrounds/barack.jpg);
	background-repeat: no-repeat;
	margin: 0px 10px 10px 10px;
	float: left;
	width: 630px;
	
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #FFCC66;
	padding-right: 10px;
}*/

#content
{
	margin: 0px 0px 10px 10px;
	float: left;
	width: 660px;
	background-image: url(../images/backgrounds/barack.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #FFCC66;
}


#rightcolumn
{
	padding: 0px;
	margin: 0px 10px 10px 0px;
	float: right;
	width: 300px;
}

#footer
{
	border-color: #FFCC66;
	padding: 15px;
	clear: both;
	width: 970px;
	border-top-style: dashed;
	border-top-width: thin;
}

.login
{
	margin: 0px auto 10px auto;
	width: 219px;
	height: 135px;
}
.logo
{
	margin: 10px 0px 10px 5px;
	float: left;
}

.ad_medium_rectangle
{
	margin: 0px 0px 15px 0px;
	text-align: center;
}


.flt-left
{
    float: left;
}
.flt-right
{
    float: right;
}

.clear
{
    clear: both;
}
