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


#maincontainer{
width: 900px; 
margin: 0 auto;
text-align:justify;
position:relative;
background: url('images/bg_tile.jpg') repeat-y;
}

#topsection{
height: 290px;
}

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

#contentcolumn{
margin-left: 335px;
margin-right: 21px;
}

#sidebar-content{
float: left;
width: 310px; 
margin-left: -891px; 
}

#sidebar-content2{
padding: 0px 5px;
}

#footer{
clear: left;
width: 100%;
color: #a9a9a9;
text-align: center;
background-color: #262626;
padding: 6px 0px 6px 0px;
}
#footer a{
color: #a9a9a9;
}


/* Content Structures */


.content-text {
background: #e8e9ee;
-moz-border-radius: 7px;
padding: 5px 4px 3px 4px;
}

 
.content-title {
color: #383e4a;
text-align: left;
font-family: Tahoma;
font-size: 10px;
text-transform: Uppercase;
font-weight: bold;
padding: 6px 4px 7px 12px;
background: url('images/title_bg.jpg') no-repeat center;
}

.content-page {
padding: 3px;
font-family: arial;
font-size: 11px;
color: #585858;
width: 548px;
}
 
h1 {
color: #49556d;
text-align: left;
font-family: Tahoma;
font-size: 10px;
text-transform: Uppercase;
font-weight: bold;
margin: 0px;
} 

p { 
	margin-top:  1px;}

 /* Sidebar Structures */

.sidebar_title {
color: #2a2a2a;
padding: 3px 2px 3px 6px;
font-family: Arial;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
font-style: italic;
font-weight: bold;
border-left: 6px solid #49556d;		
}

.sidebar_content {
color: #585858;
padding: 5px 1px 5px 1px;
font-family: Arial;
font-size: 11px;
text-align: justify;
margin-bottom: 20px;
}

/*Options style*/

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

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

.image {
-moz-border-radius: 3px;	
background-color: #f3f4f7;
border: 1px solid #babcbd;
padding: 3px;
margin: 2px;} 

.image:hover  {
background-color: #f3f4f7;
border: 1px solid #777a89;
padding: 3px;
margin: 2px;
} 

strong {color: #383d40;}
b {color: #383d40;}
i { color: #35363d;}
italic { color: #35363d;}
em { color: #35363d;}
u {color: #565656; text-decoration: none; border-bottom: 1px dotted #52719d;}
img {border: 0px;}

blockquote {
background: #f0f1f4;
color: #6d6d6d;
padding: 10px;
border-left: 6px solid #6580ab;		
font-family: Arial;
font-size: 11px;
} 

input, textarea, option, select, button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #6d6d6d;
background: #f0f1f4;
padding: 1px;
border: 1px solid #babcbd;
-moz-border-radius: 4px;}	


