* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;

}

#container {
	background-image: url(/images/page/screen-back.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

body {
	text-align: center;
	background-color: #000000;
}
#page {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 780px;
	background-image: url(/images/page/page-back.gif);
	background-repeat: repeat-y;
	background-position: 30px;
}
#branding {
	float: left;
}
#right-content ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav {
	height: 105px;
	padding-top: 50px;
	float: left;
	width: 450px;
}
#nav ul {
}
#nav li {
	display: block;
	float: left;
}
#header {
	clear: left;
	height: 155px;
	float: left;
}
#left-content {
	float: left;
	clear: left;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#right-content {
	width: 470px;
	float: left;
}
#right-content ul {
	padding-left: 15px;
}
#right-content li {
	list-style-type: disc;
}
#footer {
	text-align: center;
	clear: both;
	background-image: url(/images/page/footer-back.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 30px 0px;
	padding-bottom: 30px;
	display: block;
	background-color: #000000;
	padding-top: 30px;
	color: #666666;
}
p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.star-photo {
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
em {
	font-style: italic;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
strong {
	color: #000000;
}

.form-row
{
	margin-bottom: 2px;
	color: #000000;
}

.form-input
{
	margin-bottom: 10px;
	width: 148px;
	color: #252525;
}

.form-row label
{
	float: left;
	margin-right: 10px;
	width: 150px;
	color: #999999;
}

.form-input-text
{
	margin-bottom: 10px;
	color: #333;
	width: 230px;
	border: 1px solid #888;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 3px;
}

.send-button
{
	color: #FFF;
	margin-bottom: 5px;
	margin-left: 160px;
	margin-top: 5px;
}
.form-required 
{
	background-image: url(/images/page/star.gif);
	background-repeat: no-repeat;
	background-position: 405px 0%;
}

.form-info
{
	margin-left: 160px;
}

.more-comments
{
	width: 230px;
	color: #333;
	border: 1px solid #888;
	padding: 3px;
}
