/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia, Times, serif;
	line-height: 15px;
	letter-spacing:0.03em;
	background: #fff;
	background-image:url("http://www.stetsonthompson.com/files/st_thinvertBK.gif");
	background-position:center;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color:#000; }
a:visited { text-decoration: none ; color: #000;}
a:hover { text-decoration: none; color:#000; cursor: crosshair; font-style:italic;}

a img { border: none; }

#menu {
	width: 215px;
    overflow: none;
    top: 0px;
    bottom: 0px;
	left: 0px;
	right: 0px;
    height: 100%;
	padding: 25px 10px 0 15px;
	background-color: #fff;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 15px 0 12px 0;
}


#menu li.active a {
	text-decoration:none;
	font-style:italic;
}


#menu ul li.section-title { 
	font-size: 10px; font-family: helvetica; letter-spacing: 2px;
}

.section-title:hover {
	cursor: crosshair;
}

#content {
    height: 100%;
	width: 610px;
    margin: 35px 0 0 263px;
	padding: 5px 5px 5px 5px;
    top: 0;
	background-color:#FFF;
}

.container {
	padding: 5px 5px 5px 5px;
}

#content p { width: 600px; margin-bottom: 9px;background-color:#FFF; }

p {
    margin: 0 0 0 0;
}

h1 { font-size: 16px; }
h2 { font-size: 24px; font-family: helvetica; font-style: normal; font-weight:100; letter-spacing: 2px; padding-bottom: 6px; border-bottom:double; }
h3 { 	font-size: 10px; font-family: helvetica; letter-spacing: 2px; }


#img-container	{ margin: 0; padding: 0 0 0 0; }
#img-container p	{ 
	width: 600px;
	margin: 0 0 10px 0; 
	padding: 10px 0 10px 0px;
	background-color: #fff;
}

#once { clear: left; };

div.nav_al div {
	float:left;
}

