/* ##### global page styles ################################################### */	

body {
	background-color: #000000;
	color: #CCCCCC;
}

body * {
	margin: 0;
	padding: 0;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #555555;
}

html * {
	margin: 0; /* don't mess with Texas, dude! */
	padding: 0;
	line-height: 1.8em;	
}

#titlebar {
	width: 750px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	border-top: 3px solid #555555;
	border-bottom: 3px solid #555555;
}

#titlebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-variant: small-caps;
	line-height: 1.2em;
	letter-spacing: 4px;
	color: #CCCCCC;
}

#titlebar h2 {
	font-size: 1.0em;
	font-style: italic;
	text-align: center;
	
}

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 5px;
}	

#col1 {
	float: left;
	width: 253px;
}

#col1 img {
	border: 1px solid #CCAB8F;
	margin-bottom: 20px;
}

#col1 p {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 1em;
}

#col1 #contactinfo {
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
}

#col2 {
	float: right;
	width: 450px;
	color: #CCAB8F;	
}

#col2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
 	line-height: 1em;
	margin-bottom: 0.5em;
	color: #CCCCCC;
}

.indent {
	font-size: 0.9em;
 	padding-left: 50px;
	margin-bottom: 2.5em;
}

#col2 p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#col2 p em {
	font-weight: bold;
}

#col2 hr {
	width: 61px;
	height: 15px;
	background: url(../images/grapes.jpg) center center no-repeat;
	border: none;
	color: #000000;
}

#footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-size: 0.9em;
	border-top: 3px solid #555555;
}

a:link, a:visited, a:hover, a:active {
	font-weight: bold;
	color: #FFFFFF;
}
a:link {text-decoration: none; color:  #EEEEEE; outline: none;}
a:visited {text-decoration: none; color:  #EEEEEE; outline: none;}
a:hover {text-decoration: underline; color: #CCAB8F; outline: none;}
a:active  {text-decoration: underline; color: #CCAB8F; outline: none;}


/*  #### re-usable styles ######################################################## */
.clear {
	clear: both;
	line-height: 0px; /* leave this stuff in to fix IE bugs */
	height: 0px;
	font-size: 0px;
}

.floatLeft {float: left;}
.floatRight {float: right;}
.horizontalBar {height: 3px; background-color: #214500; margin-top: 5px; margin-bottom: 5px;}

#test {width: 750px; margin-left: auto; margin-right: auto;}
#test250 { width: 250px; height: 20px; background-color: red; float: left;}
#test500 { width: 500px; height: 20px; background-color: blue;float: right;}
#test1 {width: 480px; height: 20px; background-color: red; float: left;}
#test2 {width: 240px; height: 20px; background-color: blue; float: right;}
table tr td p .indent strong {
	color: #CCAB8F;
}
#homePage table tr td h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#homePage table tr td h2 {
	font-family: Arial, Helvetica, sans-serif;
}
