/* CSS Document */
body{
background: #666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
margin:0;
padding:0;
}
img{
border:none;
}
#center{
width:990px;
height:auto;
margin:0 auto;
}
#page{
background:#FFFFFF;
width:990px;
float:left;
height:auto;
margin:0;
padding:0;
}
#header{
width:990px;
float:left;
height:auto;
border-bottom:1px #333333 solid;
}
#company-logo{
background:#1d1d1d;
width:990px;
float:left;
height:150px;
padding:0px;
}
#content{
width:990px;
height:auto;
float:right;
padding:0;
margin:0;
background: #333333;
}

/* styling nav */
#left{
	width:190px;
	float:left;
	height:auto;
	padding: 10px 5px;
}
#left #nav{
	width:190px;
	height:auto;
	float:left;
	padding:0px 0 10px;
}
#left #nav h4{
font-family: "Courier New", Courier, monospace;
color: #E5E5E5;
font-size:16px;
text-align:left;
width:180px;
margin:0px;
padding:10px 0px 3px 10px;
border-bottom: #666666 1px solid;
background:#333333
}
#left #nav h4 a{
color:#666666;
text-decoration:none;
}
#left #nav h4 a:visited{
color:#666666;
text-decoration:none;
}
#left #nav h4 a:hover{
color:#FFFFFF;
text-decoration:none;
}
#left #nav h4 a:active{
color:#666666;
text-decoration:none;
}

/*styling left */

#footer{
background:#1D1D1D;
border-top:1px #666666 solid;
width:970px;
height:55px;
float:left;
padding:10px;
color:#666666;
font-size:10px;
}
#footer a {
color: #666666;
}
#footer a:visited{
color:#666666;
}
#footer a:hover{
color: #999999;
}
#footer a:active
{
color:#666666;
}


/* styling text */
h1, h2, h3, h4, h5, h6, ul, ol, li{
margin:0px;
padding:5px;
}
p
{
margin:5px;
padding:0px;
text-align:justify;
}
h1{
font-size:180%;
}
h2{
font-size:160%;
}
h3{
font-size:150%;
}
h4{
font-size:140%;
}
h5{
font-size:120%;
}
h6{
font-size:100%;
}
.white
{
color:#FFFFFF
}
.red
{
color: #FF0000;
}
.black
{
color:#000000;
}
.right
{
text-align:right;
}
.left
{
text-align:left;
}

/* styling editable area */
#editor{
background:#FFFFFF;
width:785px;
height:auto;
float:right;
padding:0;
margin:0;
}
#editable-area {
margin:0;
padding:0;
width:990px;
height:auto;
float:left;
}
#top{
	background:url(bg_images/royal_blue_11.jpg) repeat-y center;
	width:510px;
	padding:5px;
	height:0px;
	float:left;
	border: none;
	margin:0;
}
#top p
{
color:#FFFFFF;
}
#top p a
{
color:#FFFFFF;
text-decoration:none;
}
#top p a:visited
{
color:#FFFFFF;
text-decoration:none;
}
#top p a:hover
{
color: #333333;
text-decoration:none;
}
#top p a:active
{
color:#FFFFFF;
text-decoration:none;
}
#editable-left
{
	width:525px;
	height:auto;
	float:left;
	padding: 5px;
}
#editable-right
{
	width:230px;
	height:auto;
	float:left;
	padding: 5px;
	background: #F7F7F7;
}
.brdr-btm
{
padding:7px;
background: #333333 url(bg_images/royal_blue_15.jpg) repeat-x bottom;
margin-left:5px;
}
