/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-size: 13px;
	margin: 0px auto;
	font-family: Verdana, Arial, 'Microsoft Sans Serif' , 'Trebuchet MS';
	background-color: #c8c8c8;
	text-align: center;
}

* 
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 110%;
	font-weight: bold;
}

p
{
	margin-top: 10px;
}

#wrapper
{
	margin: 0px auto;
	width: 935px;
	height: 800px;
	text-align: left;
	position: relative;
}

#content
{
	position: absolute;
	top: 150px;
	left: 370px;
	width: 490px;
}

#quoteid
{
	position: absolute;
	top: 530px;
	left: 370px;
}

#email
{
	position: absolute;
	top: 590px;
	left: 710px;
	width: 170px;
	height: 20px;
}

#menu
{
	position: absolute;
	top: 95px;
	left: 342px;
}


#menu li
{
	float: left;
	list-style-type: none;
	display: inline;
}


#menu a, #menu a:visited, #infoemail a, #infoemail a:visited
{ 
	font-size: 120%;
	color: White;
	text-decoration: none;
	margin-right: 22px;
}

#footer
{
	position: absolute;
	top: 590px;
	left: 340px;
	color: White;
}