/*
-----------------------------------------------
Theme Name: TRY
-----------------------------------------------
*/

body{
margin:0;
padding:0;
background: #482f00;
font-family: "lucida grande", lucida, helectiva, sans-serif;
font-size: small;
line-height: 1.5em;
}


a:link { color: #800000; text-decoration:none; }
a:visited { color:#400000; text-decoration: none; }
a:hover { color:#400000; text-decoration:none; }



.b{font-size: 110%;}
.em{color: red;}
.center{text-align: center;}


img {
border-style: none;
padding: 0px;
margin: 0px;
}




#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #ffffff;
background-image: url('http://nellodesign.com/slta/contentbackground.png');
background-repeat: repeat;
}

#topsection{
text-align: center;
font-size: x-large;
color:#000000;
border: 0;
}

#topsection h1{
margin: 0;
padding-top: 0px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0px 180px 0px 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-image: url("http://nellodesign.com/slta/maincontentbackground2.png");
background-repeat: repeat;
text-align: center;
}


#leftcolumn {
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 180px; /*Width of right column*/
margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
}

.post-body {
padding: 25px;
color: #000000;
margin-left: 0px;
margin-top: -0px;
text-align: left;
font-size: small;
}

.side {
color: #000000;
font-size: small;
margin: 0px;
padding: 5px;
}

.side ul {
margin: 0px;
padding: 0px;
list-style: none;
}

.side li {
margin: 0px;
padding:0px;
text-indent: -15px;
line-height: 1.5em;
}



.rightcolumn_title {
margin-left: 3px;
}


#footer{
clear: left;
width: 100%;
color: #000000;
text-align: center;
font-size: x-small;
padding: 0px;
}






