/* Homebase, a simple template by CSS-Tricks.com */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Georgia, serif;
	font-size: 67.5%;
	background-image: url("images/page_bg.png");
	background-repeat: repeat;
}

p {
	font-size: 1.4em;
	color: #666;
	line-height: 1.6em;
}

h2 {
	font-size: 2em;
	margin-bottom: 4px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#home .home, #work .work, #location .location, #contact .contact{
	border-left: 8px solid #cccccc;
}

#page_wrap {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 1024px;
	width/**/:/**/ 984px;
	margin: 0 auto;
	background-color: white;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	min-height: 700px;
}

#left_sidebar {
	float: left;
	width: 175px;
	border-right: 1px solid #cccccc;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 2em;
	}
	#left_sidebar ul {
		list-style-type: none;
		}
		#left_sidebar ul li {
			margin-bottom: 5px;
			}
			#left_sidebar ul li a {
				width: 100%;
				text-decoration: none;
				color: #990000;
				display: block;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 5px;
				}
			#left_sidebar ul li a:hover {
				color: white;
				background-color: #990000;
			}

#footer {
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 1024px;
	text-align: center;
	color: #cccccc;
	font-size: 1.6em;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}