/* 
	LMNO
	---------------------
	FEB 2010.
	---------------------
	
*/

html, body {
	margin: 0;
	padding: 0;
	
}


/* mass margin and padding reset
--------------------------------------------- */
body, div, td, h1, h2, h3, h4, h5, h6 {
	font-family: Century, Times, Arial, sans-serif;color:#ffffff;font-weight:normal;
}

tr, td, table {

	color:#000000;
}

div, span, img, form, h1, h2, h3, h4, h5, h6, p, hr {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

h1,h3,h4,h5,h6,h7,h8,h9,h10 {

	font-size:1.1em;
	font-weight:normal;
	padding-bottom:10px;
	color:#000000;
}

p.content {margin-bottom:20px;}

/* standard tags setup
--------------------------------------------- */
a { color:#ffffff; text-decoration: none;font-size:1em; font-weight:normal;}
a:visited { color:#ffffff; text-decoration: none; font-size:1em;font-weight:normal;}
a:active { color:#ffffff; text-decoration: none;font-size:1em;font-weight:normal; }
a:hover { color:#cccccc; text-decoration: none; font-size:1em;font-weight:normal; }

a.selected { color:#cccccc; text-decoration: none;font-size:1em; font-weight:normal;}
a.selected:visited { color:#cccccc; text-decoration: none; font-size:1em;font-weight:normal;}
a.selected:active { color:#cccccc; text-decoration: none;font-size:1em;font-weight:normal; }
a.selected:hover { color:#cccccc; text-decoration: none; font-size:1em;font-weight:normal; }


img { border: none; }

img.framed { border: 0px #ffffff solid; }

.floatLeft {float: left;}
.floatRight {float: right;}
.clearfloat { clear: both; }

#wrapper {
	
	background-color: transparent;
	text-align: left;
	margin: 0 auto;
	width:100%;
	
}

/* pads the main wrapper and prevents boxmodel issue */
#innerWrapper {
	
	float:left;
	padding:0px;
	margin: 10px;
	
}

#logo{
	
	float:left;
	
}

#links{
	
	float:left;
	margin:68px 0px 0px 0px;
	width:200px;
	font-size:0.9em;
}

#image{
	
	float:left;
	margin:70px 0px 0px 50px;
	
}

#info{
	
	float:left;
	margin:70px 0px 0px 250px;
	width:700px;
}

#nav {

	float: left;
	background-color: transparent;
	margin-right:0px;
	font-size:0.77em;
	
}


#nav ul{
	
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0 0 0 px;
	
}


#nav li{
	
	list-style: none;
	display:inline;
	padding-right:0px;
	
}



