/****************************************************************************

Author: Stephen Saugestad
Development by: Nine Mile Studio
Last updated: 

*****************************************************************************/

/* defaults ******************************************************************************************/

html, body {
	margin: 0;
	padding: 0;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #493E34;
	background-image: url(../images/bg2.gif);
	padding-top:40px;
}

body a:link, body a:visited, body a:active {
	color: #412D47;
	text-decoration: none;
	border-bottom: 1px dotted #5ABEB5;
}

body a:hover {
	text-decoration: none;
	color: #517D7D;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin:1em 0;
	text-align: center;
}

ul, li {
	margin:0;
	padding:0px;
	list-style:none;
}

/* hacks ****************************************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from NS/Mozz \*/

* html .clearfix {
}

/* Hide from IE */

html>body #testElement {
}

/* hide from IE5 mac \*/
#wontsee { display: block; background-color: #060; color: #fff; }
#willsee { display: none; }
/* end hack */

/* box model */

sample {
	width: 100px;
	padding: 10px;
	border: 5px solid black;
	margin: 10px; }

* html sample {  /* tan hack */
	width: 130px; 
	w\idth: 100px; }

/* end box model */

/* tables inherit font sizes */

table {
	font-size: 1em;
}

/* main divs *******************************************************************************************************/

#wrap {
	width:700px;
	margin:0 auto;
	background: #fff url(../images/bg_wrap.jpg) no-repeat 0px 200px;
}

#header {
	background: url(../images/bg_header.jpg) no-repeat;
	height: 200px;
	width: 700px;
}

#header a:link, #header a:visited, #header a:active, #footer a:link, #footer a:visited, #footer a:active {
	color: #5ABEB5;
	text-decoration: none;
	border-bottom: 1px dotted #f4f4f4;
}

#header a:hover, #footer a:hover {
	text-decoration: none;
	color: #f4f4f4;
}

#photo {
	padding-top:28px;
	padding-left:28px;
	margin:0;
	width:300px;
	height:150px;
	float:left;
}

#info {
	float:right;
	margin-right:10px;
	margin-top:30px;
	width:320px;
	color: #fff;
	clear:right;
}

#name {
	text-indent:-9999px;
	width:289px;
	height:23px;
	margin:0;
	padding:0;
	background: url(../images/name.gif) no-repeat 0px 0px;
}

#content {
	margin-top:30px;
}

#text {
	width:534px;
	padding-right:20px;
	float:right;
}

#footer {
	width:680px;
	margin:0 auto;
	padding:10px;
	margin-top:1px;
	background: url(../images/bg_footer.jpg) no-repeat 0px 0px;
	color: #fff;
}

#footer a {
	color: #f4f4f4;
}

/* main navigation *********************************************************************/

#nav {
	float:left;
	margin-bottom:30px;
}

#nav a {
	text-decoration: none;
	font-size:11px;
	display:block;
	height:23px;
	width:100px;
	padding-left:16px;
	padding-top:8px;
	border-bottom:1px dotted #ccc;
	color: #000;
}

#nav a:hover {
	background-color:#f4f4f4;
	color:#333;
}

#perform ul, li {
	margin:0;
	padding:3px;
	list-style:circle;
}