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


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

#topsection{
height: 409px;
}

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

#contentcolumn{
margin: 0 244px 0 240px; 
}

#sidebar-right{
float: left;
width: 220px; 
margin-left: -233px; 
}

#sidebar-left{
float: left;
width: 220px; 
margin-left: -986px; 
}

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

#welcome{
color: #6e6e6e;
text-align: justify;
font-family: Arial;
font-size: 11px;
}

 /* Navigation Menu */

#nav {
color: #5e5e5e;
text-align: center;
font-family: Trebuchet MS;
font-size: 11px;
line-height: 37px;
}

#nav a{
color: #878787;
font-weight: bold;
}

#nav a:hover{
color: #aeaeae;
font-weight: bold;
}


/* Content Structures */

.contentbg {
background: #dbdbdb;
padding: 5px 7px;
width: 510px;
-moz-border-radius: 8px;
}
 
.content-title {
color: #3a4b65;
text-align: left;
font-family: Tahoma;
font-size: 12px;
font-style: italic;
font-weight: bold;
padding: 5px 1px 2px 1px;
border-bottom: 1px dotted #b9b9b9;
}

.content-title a{
color: #3a4b65;
}

.content-title2 {
font-family: tahoma;
font-size: 10px;
padding: 5px 0px 20px 3px;
color: #a7a7a7;
text-align: left;

}

.content-title2 a{
color: #929292;
}

.date {
background: url(images-josh/date.png) no-repeat;
height: 54px;
margin: 0px;
width: 54px;
text-align: center;
float: right;	
}
.date .month {
display: block;
color: #585858;
padding: 2px 0;
text-align: center;
text-transform: uppercase;
font-size: 10px;
margin-top: 2px;
font-weight: bold;
}
.date .day {
display: block;
color: #858585;
font: 2.3em Georgia;
padding-top: 0px;
text-align: center;
margin-top: -5px;
}

.date .year {
display: block;
color: #727272;
padding: 0px 0;
text-align: center;
text-transform: uppercase;
font-size: 10px;
margin-top: 0px;
font-weight: bold;
}

.content-page {
padding: 3px;
font-family: arial;
font-size: 11px;
color: #4e4e4e;
}

.content-bottom {
font-family: arial;
font-size: 11px;
padding: 10px 0px 0px 0px;
color: #728198;
text-align: center;
font-weight: bold;
}

.content-bottom a{
color: #728198;
}
 
h1 {
color: #728198;
text-align: left;
font-family: tahoma;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
margin: 0px;
} 

.commentbg {
background: #dbdbdb;
padding: 5px 7px;
width: 510px;
-moz-border-radius: 8px;
}

p { 
margin-top: 1px;
}


 /* Sidebar Structures */

.sidebar_title {
color: #515151;
padding: 5px;
font-family: Tahoma;
font-size: 10px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
background: url('images-josh/side-title.png') no-repeat bottom;
padding: 2px 0px 15px 0px;
}

.sidebar_content {
color: #787878;
padding: 3px;
font-family: Arial;
font-size: 11px;
text-align: justify;
margin-bottom: 15px;}



/*Options style*/

a { 
text-decoration:  none;
color: #3f4453;}

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

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

.image:hover  {
background-color: #e5e5e5;
border: 1px solid #606060;
padding: 3px;
margin: 2px;
} 

.affiliates img {
    margin: 5px;
}

strong {color: #1d1d1d;}
b {color: #1d1d1d;}
i { color: #293e53}
italic { color: #293e53;}
em { color: #293e53;}
u {color: #919876; text-decoration: none; border-bottom: 1px dotted #8d9bb5;}
img {border: 0px;}

blockquote {
background: #e0e0e0;
padding: 8px;	
font-family: Arial;
border: 1px solid #c6c6c6;
font-size: 11px;
color: #565656;
-moz-border-radius: 6px;
} 

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

