body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #363636 url('images/bg.jpg') repeat;
text-align:center;
color: #bfbfbf;
}

#maincontainer{
width: 900px; 
margin: 0 auto;
text-align:justify;
position:relative;
}

#topsection{
height: 294px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 285px 0 10px; 
}


#rightcolumn{
float: left;
width: 270px; 
margin-left: -280px; 
}

#footer{
clear: left;
width: 100%;
color: #aaa;
text-align: center;
padding: 20px 0px 7px 0px;
}
#footer a{
color: #aaa;
}


#countdown1 {
font-family: "Arial", Tahoma, Trebuchet MS;
font-size: 15px;
text-transform: Uppercase;
font-style: italic;
color: #FFF;
}


 /* Navigation Menu */

#nav {
margin: 0 auto;
padding: 0;	
width: 540px;
height: 37px;
font-family: "Arial", Tahoma, Trebuchet MS;
font-size: 11px;
text-transform: Uppercase;
}

#nav ul {
margin: 0;
padding-top:;
}

#nav li {
float: left;
list-style: none;
line-height: 37px;
margin: 0 10px 0 0;
}

#nav li a {
color: #aeaeae;
display: block;
float: left;
padding: 0 0 0 10px;
text-decoration: none;
}

#nav li a span {
display: block;
float: left;
height: 37px;
padding: 0 10px 0 0;
}

#nav li a:hover,
#nav li.active a, 
#nav li.current a {
background: url(images/nav1.jpg) no-repeat left;
color: #d3d3d3;
text-decoration: none;
}

#nav li.active a span,
#nav li.current a span,
#nav li a:hover span {
background: url(images/nav1.jpg) no-repeat right;
}



/* Content Style*/

.content-box {
background: #1d1d1d;
-moz-border-radius: 10px;	
}

h1 {
color: #00a7bc;
text-align: left;
font-family: "Arial", Trebuchet MS, Tahoma;
font-size: 13pt;
font-weight: bold;
margin: 0px;
border-bottom: 1px dotted #4b4b4b;
text-shadow: #000 1px 1px;
font-variant: small-caps;
padding: 5px;
}

.content {
color: #8d8d8d;
padding: 15px 6px 8px 6px;
font-family: Arial;
font-size: 11px;
text-align: justify;
}

/* Sidebar Style*/

.sidebar-box {
background: #1d1d1d;
-moz-border-radius: 10px;	
border-bottom: 2px solid #606060;
border-right: 2px solid #606060;
}

h2 {
color: #eee;
text-align: center;
font-family: "Arial", Tahoma, Trebuchet MS;
font-size: 10pt;
font-weight: bold;
margin: 0px;
text-shadow: #000 1px 1px;
padding: 5px;
font-style: italic;
}

.sidebar {
color: #888;
padding: 10px;
font-family: Arial;
font-size: 11px;
text-align: justify;
}


/*Options style*/

a { 
text-decoration:  none;
color: #d31112;}

a:hover {
color: #fff;
text-decoration: none;}	

.image {
background-color: #363636;
border-bottom: 1px solid #555;
border-right: 1px solid #555;
padding: 5px;
margin: 1px;
-moz-border-radius: 4px;} 

.image:hover  {
background-color: #444;
border-bottom: 1px solid #555;
border-right: 1px solid #555;
padding: 5px;
margin: 1px;
} 

strong {color: #ddd;}
b {color: #ddd;}
i { color: #fff;}
italic { color: #fff;}
em { color: #fff;}
u {color: #888; text-decoration: none; border-bottom: 1px dotted #00c8e1;}
img {border: 0px;}

blockquote {
font-family: Arial;
font-size: 11px;
color: #aaa;	
padding: 10px 12px 12px 12px;
background: #2f2f2f;
border: 1px solid #444;
-moz-border-radius: 6px;
} 

input, textarea, option, select, button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #aaa;	
background: #2f2f2f;
padding: 1px;
border: 1px solid #444;
-moz-border-radius: 4px;}	

