body {
	background: #f8f6f2 url(../images/background.png) repeat-x;
	color: #333;
	font-size: 11px;
}

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

a:hover {
	text-decoration: underline;
}

.underlined {
	text-decoration:underline;
}

#triangle {
	margin-left:150px;
}

#login {
	background:url(../images/login_background.png) center no-repeat;
	background-color:transparent;
	height:80px;
}

#login_form {
	margin-left:160px;
}

#login_form input {
	border: none;
	background: #FFF;
	width: 105px;
}

#login_form .rounded {
	float:left;
	background:url(../images/login_input.png) no-repeat left top;
	background-color:transparent;
	padding:2px 5px 2px 2px;
	margin:15px 0 0 5px;
}

#login_form .submit {
	float:left;
	margin:15px 0 0 5px;
}

#left_featured h1 {
	color:#f4f4f4;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	margin:5px 0 0 20px;
}

#text1 {
	margin:15px 0 0 15px;
}

#left_featured p {
	color:#a3c2e1;
	font-weight:bold;
	margin:3px 0 0 20px;
}

#gallery {
	position:relative;
	height:190px;
	margin:5px 0 0 20px;
}

#gallery a {  
	float:left;  
	position:absolute;  
}

#gallery a img {
	border:none;
}

#gallery a.show {  
	z-index:500;
}

#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#ffffff;
	height:25px;
	width:250px;
	position:absolute;
	bottom:0;
}

#gallery .caption .content {
	margin:5px;
}

#right_featured h2 {
	color:#f4f4f4;
	font-size:34px;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 40px;
}


	
.arial {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

#register_form {
	margin:0 0 0 40px;
	color:#f4f4f4;
	font-weight:bold;
}

#register_form .large {
	width:200px;
}

#register_form span {
	display:inline-block;
	text-align:right;
	margin-right:10px;
	color:#f4f4f4;
	font-size:20px;
	font-weight:bold;
	width:140px;
}


#register_form input {
font-weight:bold;
margin-bottom:-30px;
font-size:14px;
border:none;
height:25px;
margin-top:0;

} 

.inputbg {
	background:url(../images/background_input.png) repeat-x;
}

#register_form .button {
	margin-left:50px;
}

#register_form a {
	text-decoration:underline;
}

#left_bottom {
	color:#666666;
}

#left_bottom p {
	margin:20px 0 0 20px;
}

#right_bottom {
	color:#666666;
}

#right_bottom p {
	margin:20px 0 0 20px;
}

#footer {
	color:#666666;
}
