body{
	background-color: #336699;
	font-family: arial;
	font-size: 14px;
}


#hd{
	font-size: 20px;
	font-weight: bold;
	
}

.error{
	color: red;
	font-size: 12px;
}


.errorhd{
	color: red;
	font-weight: bold;
	font-size: 12px;
}

#outer{
	background-color: #FFFFFF;
	border: thin solid #000000;
	width: 950px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 50px;
}

#outer2{
        margin: 0px; 
        padding: 0px; 
}

#center{
        width: 400px;
		height: 525px;
		float: left;
}



#cright{
	position: absolute;
	width: 450px;
	margin-left: 250px;
	margin-top: 530px;
	color: #CCCCCC;
}


/* Left Side */

#left{
	width: 400px;
	height: 525px;
	float: left;
	background-color: #FFFFE1;
}



#logo{

	margin-left: 65px;
	margin-top:  20px;
	position: absolute;
}



#name{

	margin-left: 140px;
	margin-top:  30px;
	position: absolute;
	font-family: impact;
	font-size: 35px;
	color: #A30021;
}

#name2{
	
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}



#picture{
	background-color: #FFFFE1;
	width: 350px;
	height: 350px;
	position: absolute;
	margin-top: 120px;
	margin-left: 50px;
	border-top: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
}

#image2{
	width: 350px;
	height: 20px;
	position: absolute;
	margin-left: 51px;
	margin-top: 103px;
	background: url(../images/image2.JPG) no-repeat;	
}

#image3{
	width: 350px;
	height: 20px;
	position: absolute;
	margin-left: 51px;
	margin-top: 473px;
	background: url(../images/image3.JPG) no-repeat;	
}

#image4{
	width: 20px;
	height: 350px;
	position: absolute;
	margin-left: 33px;
	margin-top: 121px;
	background: url(../images/image4.JPG) no-repeat;	
}

/* Right Side */

#right{
	width: 550px;
	height: 525px;
	float: right;
	background: url(../images/rightBackground.JPG) repeat-y top left;
}

#content{
	width: 500px;
	height: 350px;
	position: absolute;
	margin-top: 120px;
	background-color: #DED2B4;
	border-top: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
}

#links{
	width: 500px;
	text-align: right;
	position: absolute;
	margin-top: 80px;
	color: #A30021;
}

#image1{
	width: 25px;
	height: 350px;
	position: absolute;
	background: url(../images/image1.JPG) repeat-y top left;
}


#break{
	line-height: 10px;
}

#title{
	width: 400px;
	height: 100px;
	position: absolute;
	margin-left: 200px;
	margin-top: 10px;
}

#message{
	position: absolute;
overflow: auto; 
	width: 450px;
	margin-left: 30px;
	margin-top: 60px;
padding-right: 20px;
height: 287px;


}


#contact{
	position: absolute;
	width: 450px;
	margin-left: 30px;
	margin-top: 60px;
	text-align: center;
}

a {
	text-decoration: none;
	font-size: 15px;
	color: #A30021;
	font-family: arial;

}

a:hover{
	text-decoration: underline;
}


#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}