
/*-----------------------------------------------------------------------------
TolgaLtd: MAIN CSS STYLES

***** VALIDATED 051810 *****   http://jigsaw.w3.org/css-validator


file name: mainStyles.css
version: V1
date: 05/18/10
author: ttrusty
email: ttrusty@trustyandcompany.com
website: http://www.trustyandcompany.com/
-----------------------------------------------------------------------------*/

/* ////////// Body and Div Styles //////////////////// */
body{
font-family:Arial, Helvetica, sans-serif;
text-align:center;
background-color:#ddd;
background: url(../_images/tolgaltdBG_60.jpg) top left repeat-x;
color:#111;
}
#wrapper{
width:900px;
margin: 50px auto;
text-align:left;
}
#header{
}
#mainContent{
}
#footer{
}

/* ////////// Typography/////////////////////////// */
p{
font-size:15px;
line-height:22px;
letter-spacing:.03em;
margin:0 150px 20px 150px;
}
.firstline{
margin: 0 150px 5px 150px;
text-align:left;
font-size:16px;
line-height:20px;
letter-spacing:.03em;
color:#91b93f;
}
#footer p{
font-size:10px;
color:#aaa;
margin:50px 150px 20px 150px;
}
h2{
font-family:Verdana, Geneva, sans-serif;
font-size:20px;
 margin: 0 120px 5px 120px;
 font-weight:normal;
 color:#91b93f;
}
ul{
list-style:disc;
margin: 0 0 20px 145px;
font-size:16px;
line-height:20px;
color:#91b93f;
}
.botmar{ 
display:block; margin-bottom:-15px;}

/* ////////// Navigation and links //////////////////// */
a.lightgray:link {color: #aaa; text-decoration: underline; }
a.lightgray:visited {color: #aaa;}
a.lightgray:hover {color: #91b93f; text-decoration: none; }
a.lightgray:active {color: #91b93f; }	

a.lightgreen:link {color: #91b93f; text-decoration: underline; }
a.lightgreen:visited {color: #91b93f;}
a.lightgreen:hover {color: #aaa; text-decoration: none; }
a.lightgreen:active {color: #aaa; }

img{
	margin:0 0 30px 112px;}