body{
background: #fff;
font-family: verdana;
font-size: 10px;
color: #333333;
}
.error{
	color:red;
}
h1{
font-size: 8px;
}
h2{
font-size: 12px;
}
.content img{
	margin: 5px; 
	float: right;
	border: none;
}
.logo{
background: #ffffff url("../img/logo.jpg") no-repeat;
border: 0px solid black;
position: absolute;
top: 1px;
left: 1px; 
height: 73px; 
width: 310px;
color: #9A33CC; 
}
.logo h2{
	font-size: 12px;
	display: none;
}
.container{
	border: 0px solid black; 
	margin: auto auto auto auto;  
	min-height: 500px;
}
.content{
	border: 1px solid #666666; 
	margin: 10px auto auto auto;
	padding: 5px;
	height: auto;
	width: 600px;
}
.footer{
border: 1px solid #666666;
background: #CA94E4; 
border-top: 0px;
margin: 0px auto;
padding: 5px; 
width: 600px;
clear: both;
}
.footer p {
margin: 0px;
}
.loginBox{
position: absolute;
top: 1px;
left: 310px;
margin-left: 10px;
height: 20px;
width: 100px;
border: 0px solid;
}
/* Menu */

.menu {
width: 610px;
height: 40px;
margin: 100px auto 1px auto;
border: 0px solid;
text-align: center;
}

.menu ul {
margin: 0;
padding: 0;
list-style: none;
}

.menu li {
display: inline;
}

.menu a {
display: block;
float: left;
width: 100px;
height: 28px;
padding: 12px 1px 0 1px;
margin-right: 2px;
background: #fff;
border: 1px solid #666666;
text-align: center;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #666666;
}
.active a{
	color: #3B3B3B;
	background: #cccccc;
}
.menu a:hover {
color: #fff;
background: #AB55D5;
}
.portfolio_container{
	border: 0px solid #666666;
	clear: both;
}
.contact_form_div{

}
legend{
	color: #5151FF;
}
fieldset{
	padding: 20px;
	border: none;
}
label{
	width: 100px;
	float:left;
	height: 20px;
	font-weight: bold;
	color: #AB55D5;
}
.form_el_clear{
	border: 0px solid #999999;
	clear:both;
	height: 2px;
}
.form_button{
	margin-right: 75px;
	float: right;
}
.bold_text{
	font-weight: bold;
}
.error_text{
	font-weight: bold;
	color: #5151FF;
	font-size: 10px;
}
	.button {
		border: 1px solid #D6D6D6;
		background:url(/img/formButton.png) repeat-x;
		height: 25px;
		font-size: 11px;
		color: #333333;
		cursor:pointer;
	}
	.button:hover, .submit:hover {
		border: 1px solid #666;
	}
	.float_right{
    float:right;
  }
.align_to_form{
  width: 342px;
  border: 0px solid;
}
.gallery_container{
  padding: 2px;
  width: 290px;
  float: left;
  text-align: left;
	border: 1px solid #CA94E4;
	min-height: 100px;
	height:100px;
	display: block;
	margin: 0px 2px 5px 2px;
}
.content .gallery_image {
  padding: 2px;
  border: 1px solid #ccc;
}
.captchaImage{
	border: 0 px solid;
	margin-right: 90px;
	float: right;
}
.captchaHolder{
	width: 350px;
}