/**
* CSS
* 
* @version 1.0
* @author Philip Dam Roadley-Battin 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin-top:71px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color:white;
	color:black;
	font-family: Georgia, Times, serif;
	font-size:60%; /* RESETS TO 11PX */
	line-height:1.3em;
	margin-left:2em;
}
.desc {font-family: georgia, times, serif;}
.smalltext { font-size: 0.8em; }
.faded {color:#666;}
p{margin-bottom:1.3em;color:#666;}

h1 { text-transform: uppercase;font-weight: bold;font-size:1em;}
h2 { font-size: 1.2em; text-decoration:underline;font-weight: lighter;margin-bottom:1em;}
h3 { font-size: 1em; }
h4 { font-size: 1em; }

body.section-1 { }
body.section-2 { }
body.section-3 { }
	
a:link { text-decoration: none;color:black;}
a:active { text-decoration: none; color:black;}
a.active:link { text-decoration: none; color:black;}
a:visited { text-decoration: none; color:black;}
a:hover { text-decoration: underline;color:black; }
#content a:link { text-decoration: underline; }
#content a:visited { text-decoration: underline; }
#content a:hover { text-decoration: none; background-color:white; }

a:link img ,a:hover img , a:visited img { text-decoration:none;border: 0; background-color:white;}
#TB_Image{ text-decoration:none;border: 0; background-color:white;}
.noborder {border:0;background: white;}

#menu {
	text-align: center;
	width: 145px;
	float:left;
}

#menu ul {
	list-style: none;
	margin: 0 0 1.3em 0;
}
#menu li {margin-bottom: 1.3em;}

#menu ul li.section-title { }
#content {
	float:left;

}
ul {
	margin: 1.3em 0 1.3em 0;
}
.column {
	float:left;
	width: 227px;
}
.columnwide {
	float:left;
	width:500px;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
}
#widertext {
	float:left;
	width:550px;
	padding: 0 20px 0 20px;
}
.imagery {float:left;padding:0 20px;}
#header {margin-bottom: 71px;}
.container {
	margin: 0;
    padding: 5px 5px 25px 5px;
}
.float { 
	float:left;
}

#img-container	{ margin: 0; padding: 0; width:797px;float:left; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
#copyright { color:#666;font-size:0.8em;}

.dragObj{cursor:hand;}
