/* elements -------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #232647;
	background-image: url(/images/doran_bkgrd.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
}

h2{
	font-size: 20px;
	line-height: 140%;
}

img {
	border: 0px;
}

p{
	font-size: 15px;
	line-height: 140%;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
}

a:hover{
	text-decoration: none;
	border-bottom: dotted;
	border-bottom-width: thin;
}

#main_site{
	float: right;
	margin-top: 40px;
}

#header{
	margin-top: 50px;
	margin-bottom: 34px;
}

#flashtemplate{
	width: 100%;
}
