/****************
*********************************************************************************************************

Project: San Carlo
Level: Global Styles

Author: James Holloway
Date: 12/2009
Company: Gooey Creative
Website: http://www.abitgooey.com

*********************************************************************************************************
****************/

*{
	margin:0;
	padding:0;
}
/*
Body font size is set to 68.8% which is 11px at default on most browsers (1em or 100% being 16px)
*/
body{font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#a7a7a7; background-color:#ffffff; line-height:26px; margin-left:30px;}
html{height:100%;}
H1{
	color:#000000;
	text-transform:uppercase;
	font-size:12px;
	margin-top:10px;
	margin-bottom:5px;
	text-decoration:none;
}
H1 A{
	text-decoration:none;
}
H2{
	color:#000000;
	text-transform:uppercase;
	font-size:12px;
	margin-top:10px;
	margin-bottom:5px;
}
H3{
	color:#000000;
	text-transform:uppercase;
	font-size:12px;
	margin-top:10px;
	margin-bottom:5px;
}
div#wrapper{
	position:relative;
	z-index:1;
	width: 100%;
}
.h_white {
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	font-weight: bold;
}
a{color:#000000;text-decoration:underline; font-weight:bold;}
a:hover{text-decoration:none; font-weight:bold;}
