/* @override http://hellomynameisjonathanober.com/myredsock/master.css */

@charset "UTF-8";

/* CSS Document */
a{text-decoration:none; color:#000000;}
a:hover{text-decoration:underline; color:#4c4c4c;}
body {
	background: #ffffff url(img/bodybg.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

#container {
	background: url(img/mainbg.jpg) no-repeat;
	margin: 0 auto;
	width: 1024px;
	height: 768px;
}

#main {
	margin: 0 auto;
	width: 800px;
}
#left {
	width: 50%;
	float: left;
	margin-top: 120px;
}
#left h1, #center h1 {
	font-size: 22px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #bb2222;
}
#left p {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00000;
	line-height: 19px;
}
#right {
	width: 50%;
	float: right;
	margin-top: 120px;
}

#right p {
	font-size: 18px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #00000;
	line-height: 15px;
	text-align: center;
}