html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #D73647;
}


#body {
	font-family:  "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	color: #D73647;
}

#wrapper {
	width: 800px;
	background-color: #FFF;
	margin: auto;
	margin-top: 25px;
	position: relative;
}

#header {
	width: 800px;
	height: 115px;
	margin: auto;
	margin-bottom: 10px;
	background-image: url(../images/template/title.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

#mainwrap {
	width: 800px;
	position: relative;
}

#leftnav {
	width: 150px;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	line-height: 26px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#leftnav li {
	margin: 0;
}

#leftnav li a {
	display: block;
	color: #97C0E6;
	text-decoration: none;
	width: 100%;
}

html>body #leftnav li a {
	width: auto;
}

#leftnav li a:hover {
	color: #D73647;
}

.sublinks {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}

.sublinks2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}


.thankyou {
	font-size: 12px;
}

#images {
	width: 500px;
	height: 360px;
	position: relative;
	margin-left: 170px;
	margin-bottom: 20px;
}

#about {
	width: 450px;
	padding: 25px;
	background-color: #E9F0F9;
	font-size: 12px;
	position: relative;
	margin-left: 170px;
	margin-bottom: 20px;
}

#contact {
	width: 450px;
	height: 450px;
	position: relative;
	margin-left: 175px;
	margin-bottom: 20px;
}

#contact a {
	text-decoration: none;
	color: #D73647;
}

#contact a:hover {
	text-decoration: none;
	color: #E78791;
}
	

.minicv {
	font-size: 11px;
	line-height: 14px;
}



#about a {
	text-decoration: none;
	color: #D73647;
}

#about a:hover {
	text-decoration: none;
	color: #E78791;
}

#text {
	width: 150px;
	text-align: right;
	position: absolute;
	top: -135px;
	left: 4px;
}

#text h2 {
	font-size: 13px;
}

#text p {
	font-size: 10px;
}

#line {
	width: 110px;
	border-top: 2px #97C0E6 solid;
	position: absolute;
	top: -10px;
	left: 40px;
}

#bottomnav {
	width: 100%;
	position: relative;
	font-size: 12px;
	text-align: center;
}

#bottomnav a {
	text-decoration: none;
	color: #97C0E6;
}

#bottomnav a:hover {
	text-decoration: none;
	color: #D73647;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 9px;
	padding-top: 25px;
	color: #97C0E6;
	position: relative;
}
