* {padding:0;margin:0}

HTML {
	overflow: -moz-scrollbars-vertical;
}

img {display:block; border:0px}

.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}

body {background-color:#FFFFFF}

#wrapper {
	width:780px;
	margin:auto;
	border:1px solid #999999;
	margin-top:10px
}

#header {
	padding-top:40px;
	padding-bottom:60px;
	width:750px;
	padding-left:30px;
}


#left {
	float:left;
	width:263px;
}

#left img {
	float:right;
}

/*234*/
#right {
	width:497px;
	float:left;
}

#right img {
	float:right;
}

#nav {
	float:left;
	width:263px;
}

#thumbnav {
	clear:both;
	padding-top:20px;
	padding-left:40px;
}

#thumbnav img {
	float:left;
	margin-right:11px;
	margin-bottom:11px;
}

#footer {
	width:780px;
	margin-top:15px;
}

#footer p, #footer a {
	text-align:center;
	color:#999999;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

a#larger {
	color:#999999;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	float:right;
	margin-bottom:2px;
}

#credit {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

#nextback {
	width:208px; 
}

#nextback img {
	margin:0;
	margin-bottom:5px;
}

#nextback img#next {
	float:right;
}
#nextback img#back {
	float:left;
}

#resume {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	padding:20px;
}

#resume #item {
	margin-bottom:20px;
}
#resume #item b {display:block;margin-bottom:10px;}
#resume #item ul, #resume #item li {margin:0;padding:0;margin-left:15px;}
#resume #item li {margin-bottom:5px;}

#signup {
	text-align:center;
	color:#454545;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	margin-top:25px;
}

/* CMS */
.form {
	padding:20px;
	margin-left:65px;
	margin-bottom:30px;
}

.form INPUT {
	display:block;
	margin-bottom:5px;
}


.form TEXTAREA {
	display:block;
	margin-bottom:5px;
}

.form LABEL {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#454545;
}


.form h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	color:#454545;
	margin-bottom:10px;
	font-weight:normal;
}




.form .req {
	color:#990000;
	font-size:11px;
	margin-left:3px;
	float:left;
}


.spacer {clear:both; overflow:hidden;}

