/*  
Theme Name: Summer Salt
Author: Belinda http://thatbelinda.com 


*/





* {  margin: 0px; padding: 0px; } 



body 
{ font-family: lucida grande, lucida sans unicode, lucida unicode, helvetica, arial, sans-serif; 
color: #000000; 
background: #FFFFFF;
background: url(ssbg.png) repeat-x; 
} 

/* container */
#container 
{ 
width: 755px; 
margin: auto; 
} 

#header
{
background: url(ssheadernew.png) no-repeat; 
height: 428px;
width: 777px; 
} 

/* navigation */
#navigation {
background: url(ssnavbg.png) no-repeat;
height: 55px;
width: 753px;
padding-top: 16px; 
}

.nav-links li 
{ list-style-type: none;
font-size: 12pt; 
margin: 0px; 
text-align: center;
float: left;
margin-left: 0px; 
}

.nav-links li a 
{ text-decoration: none;
font-weight: normal; 
color: #FFFFFF;
display: block;
height: 55px;
width: 125px;
}

.nav-links a:hover, 
{ color: #0066FF
}



/* content areas */
#content
{ 
width: 755px;
background: url(sscontentbg.png) no-repeat; 
overflow: auto; 
}


#main
{ float: left;
width: 470px;
left-margin: 4px; 
} 

#sidebar
{ float: right;
width: 230px;

}



/* footer */
#footer
{ 
width: 755px;
text-align: center; 
}



h1
{ color: #000000;
text-align: center; 
} 




a:link,a:visited,a:active { text-decoration: none; font-weight: bold; color: #000099; } 
a:hover { text-decoration: none; font-weight: bold; color: #0000FF; } 


img.floatLeft { 
    float: left; 
    margin: 4px; 
    border: 1px solid #000000;
}

img.floatRight { 
    float: right;
    margin: 4px; 
    border: 1px solid #000000;
}



li
{ font-size: 10pt; 
margin: 10px; 
list-style-type: none;
} 


h2 
{ font-size: 12pt; 
} 

p 
{ font-size: 10pt;
margin: 10px;  } 


textarea
{ width: 400px;
} 