/* CSS Document */
h1
{
	font-size:20px;
}
h2
{
	font-size:15px;
}

div#wrap
{
	width:1000px;
	height:500px;
	background-color:#3D0705;
	text-align:left;
	margin:0px auto;
	background-image:url(/images/contact_bg.png);
	background-repeat:no-repeat;
	background-position:right 100px;
}
div#text_container
{
	width:310px;
	height:370px;
	margin:2px 0 0 2px;
	float:left;
}
div#form
{
	width:400px;
	height:300px;
	float:left;
	margin:3px 0 0 4px;
}

