/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN STYLES */
#container {
	width: 1000px;
	height: 700px;
	overflow: hidden;
	background-color: #fff ;
	height: 100%;
	margin: 0 auto;
	padding-top: 15px;
}

#header {
	float: left;
	height: 55px;
	width: 100%;
}

#header img {
}

#flashContent {
	float: left;
	width: 775px;
	height: 600px;
	margin-top: 2px;
}
	
#home_rotate{
	float: left;
	width: 775px;
	height: 600px;
	margin-left: 5px;
	margin-top: 5px;
}	

#contact{
	float: left;
	width: 700px;
	height: 650px;
	margin-left: 5px;

}

#contact_left{
	float: left;
	width: 375px;
}

#contact_right{
	padding-top: 400px;
	float: right;
	width: 300px;
}

#contact p{
	float: left;
	width: 	375px;
	line-height: 20px;
}

#contact h3{
	float: left;
	width: 375px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
	line-height: 25px;
}

#contact h3 a{
	text-decoration: none;
	color: #333333;
}

#contact h3 a:hover{
	color: #BED73B;
}

#contact img{
	float: right;
}


#bio {
	float: left;
	width: 700px;
	height: 650px;
	margin-top: 20px;
}

#bio p{
	float: left;
	width: 	375px;
	line-height: 20px;
	padding-left: 5px;
}

#bio img{
	float: right;
}

#port {
	float: left;
	width: 700px;
	height: 650px;
	margin-top: 40px;
	padding-left: 5px;
}

#port p{
	float: left;
	width: 	375px;
	font-size: 24px;
	padding-bottom: 20px;
}

#port p a{
	text-decoration: none;
	color: #333333;
}

#port p a:hover{
	color: #BED73B;
}

#port_left{
	float: left;
	width: 325px;
	padding-right: 20px;
}

#port_right{
	float: right;
	margin-right: 30px;
	width: 300px;
}

#nav {
	float: right;
	padding-top: 30px;
}

#nav li {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 30px;
	color: #333333;
	padding-bottom: 5px;

}

#nav li a {
	color: #333333;
	text-decoration: none;
}

#nav li a:hover {
	color: #BED73B;
}

p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	padding-bottom: 2px;
	color: #333333;
}
	


