/* 	----------------------------------------------------------
	Filename:  	main.css
	Title:		Main CSS 
   	Author:		James Winn, jwinn@vvdmesquite.com
	URL:		http://just2ty4.com/css/main.css
	License:	Copyright 2008, Virgin Valley Design, All Rights Reserved
				Feel free to read and learn from this, but please don't seal.
	Description:This is a mass reset style sheet to neutralize a lot of default (browser) quirks.  This file will be inported into base style sheets.
---------------------------------------------------------------	
*/

@charset "utf-8";
@import url("reset.css");
body {
	font: 65% Arial, Helvetica, sans-serif;
	color: #000000;
}
.container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 150px;
	width: 100%;
	overflow: hidden;
}
#left {
	width: 200px;
	float: left;
	margin-top: 5px;
}
.container #top .imgBox img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.clearfloat   {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

#main {
	float: left;
	width: 585px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main  p  {
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
}
#footer {
	font-weight: 900;
	font-style: italic;
	text-align: center;
	clear: left;
	padding: 5px 5px 10px;
}
.lrgBld {
	font-size: 1.7em;
	font-weight: bold;
}



#title {
	background: url(../images/title.gif) no-repeat;
	display: block;
	height: 1px;
	width: 200px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

