@charset "utf-8";
/* CSS Document */

html{
	font:"Times New Roman", Times, serif;
	font-size: 14px;
	background-color:#333333;
}

body{
	font-size: 90%;
	text-align: center;
}

#body_home #nav_home a, #body_about #nav_about a, #body_suggestions #nav_suggestions a{
	background:#333333;
	color:#FFFFFF;
	font-weight: bold;
}

#wrapper {
    margin: 0px auto;
	background:#000000;
	width:auto; /* change this to 850px to center again */
	min-width: 850px;
	min-height: 600px;
	vertical-align: middle;
    text-align:left;
}

#header, #footer{
	margin: 0;
	padding: 0;
	background-image:url(../imageFolder/PV3D-Elements-Site-Template.gif);
	background-repeat: no-repeat;
	background-position:left;
	list-style-type: none;
	width:auto;
	height: 30px;
}

#footer{
	background-color:#000000;
	background-image: none;
}

#header a, #footer a{
	color:#999999;
	text-decoration: none;
	padding: 10px;
	line-height: 10px;
	list-style-type: none;
	float: right;
	text-align: left;
}

#header a:hover, #footer a:hover, #content a:hover{
	color:#CCCCCC;
}

#title{
	text-indent: -9999px;
}

#nav, #privacy{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	width: auto;
}

#privacy{
	background-color:#000000;
	background-image: none;
}

#nav li, #privacy li{
	margin: 0px;
	padding: 0px;
	float: right;	/* Corrects IE whitespace bug */
	list-style-type: none;
}

#nav a, #privacy a, #content a{
	color:#999999;
	text-decoration: none;
	padding: 10px;
	line-height: 10px;
	list-style-type: none;
	float: left;
	width: 120px;
	text-align: center;
}

#nav a:hover, #privacy a:hover{
	background: none;
}

#flashDiv{
	width: 850px;
	height: 600px;
	text-align: center;
}

#flashDiv a{
	color:#000000;
}

#content{
	text-align: left;
}

#contentDiv{
	margin: 0px;
	padding: 0px;
	min-height: 600px;
	width: 550px;
	height: auto;
	text-align: center;
	color: #FFFFFF;
}

#contentDiv p{
	padding: 0px 30px 0px 30px;
	text-align: left;
	word-spacing: .08em;
}

#contentDiv h3{
	padding: 40px 0px 0px 30px;
	text-align: left;
}

#suggestions{
	width: 700px;
	margin: 10px 0px 5px 0px;	
}


