#content-title{
	width: 1000px;
	height: 35px;
	border-left: 7px solid #4A4B4C;
	}

#content-title p{
	color: #4A4B4C;
	font: bold 20px Arial;
	line-height: 35px;
	vertical-align: middle;
	margin: 0px 5px;
	text-shadow: 0px 0px 10px #FFFFFF;
	}
	
#content{
	width: 1000px;
	height: auto;
	margin-top: 20px;
	clear: both;
	}
	
#content p{
	color: #212121;
	font: normal 17px Arial;
	text-shadow: 0px 0px 5px #FFFFFF;
	line-height: 20px;
	vertical-align: middle;
	}
	
#content a{
	color: #050505;
	font: normal 16px Arial;
	text-decoration: underline;
	}
	
h1{
	color: #4A4B4C;
	font: bold 19px Arial;
	text-align: center;
	text-shadow: 0px 0px 10px #FFFFFF;
	}
	
#content a:hover{
	color: #000000;
	}
	
ul.about{
	margin-left: 50px;
	}
	
ul.about li{
	list-style: circle;
	}
	
ul.about li p{
	color: #050505;
	font: normal 16px Arial;
	}
	
#contact{
	margin-top: 25px;
	}
	
#contact ul{
	width: 400px;
	float: left;
	margin-left: 50px;
	}
	
#contact ul li{
	list-style: none;
	}
	
#contact ul li p{
	color: #4A4B4C;
	font: bold 17px Arial;
	text-shadow: 0px 0px 5px #FFFFFF;
	}
	
#contact-form{
	float: right;
	margin-right: 50px;
	width: 500px;
	}

#contact-form-line{
	width: 500px;
	margin: 0px;
	}
	
.contact-form-space{
	width: 500px;
	height: 5px;
	clear: both;
	}
	
.contact-form-text{
	width: 190px;
	float: left;
	}

.contact-form-text h3{
	float: right;
	color: #4A4B4C;
	font: bold 16px Arial;
	text-shadow: 0px 0px 5px #FFFFFF;
	line-height: 30px;
	vertical-align: middle;
	}
	
#contact-form-line input{
	float: right;
	height: 30px;
	margin-left: 5px;
	margin-right: 0px;
	width: 300px;
	}
	
#contact-form-line textarea{
	float: right;
	width: 300px;
	height: 120px;
	}
	
#contact-form-line input, #contact-form-line textarea{
	background: #FFFFFF;
	border: 1px solid #4A4B4C;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px 1px #4A4B4C;
	-webkit-box-shadow: 0px 0px 2px 1px #4A4B4C;
	-o-box-shadow: 0px 0px 2px 1px #4A4B4C;
	box-shadow: 0px 0px 2px 1px #4A4B4C;
	}
	
#contact-form-line input, #contact-form-line textarea{
	color: #4A4B4C;
	font: bold 16px Arial;
	}
	
#contact-form-submit{
	float: right;
	margin-top: 10px;
	clear: both;
	}
	
#contact-form-submit input{
	background: #4A4B4C;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	font: bold 15px Arial;
	text-shadow: 0px 0px 8px #000000;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px 2px #4A4B4C;
	-webkit-box-shadow: 0px 0px 3px 2px #4A4B4C;
	-o-box-shadow: 0px 0px 3px 2px #4A4B4C;
	box-shadow: 0px 0px 3px 2px #4A4B4C;
	}
	
#contact-message{
	width: 500px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	}
	
.contact-error{
	background: #E29898 url(img/contact-error.png) repeat;
	border: 1px solid #DD4444;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px 2px #DD7373;
	-webkit-box-shadow: 0px 0px 5px 2px #DD7373;
	-o-box-shadow: 0px 0px 5px 2px #DD7373;
	box-shadow: 0px 0px 5px 2px #DD7373;
	}
	
#contact-error p{
	color: #000000;
	font: bold 16px Arial;
	text-shadow: 0px 0px 5px #FFFFFF;
	text-align: center;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	}
	
.contact-succesful{
	background: #8EFF9A url(img/contact-succesful.png) repeat;
	border: 1px solid #00FF19;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px 2px #66FF75;
	-webkit-box-shadow: 0px 0px 5px 2px #66FF75;
	-o-box-shadow: 0px 0px 5px 2px #66FF75;
	box-shadow: 0px 0px 5px 2px #66FF75;
	}
	
#contact-succesful p{
	color: #000000;
	font: bold 16px Arial;
	text-shadow: 0px 0px 5px #FFFFFF;
	text-align: center;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	}