BODY {
	background:#FFF;
background-attachment: fixed;
	background-image: url("bg.jpg");
	background-repeat: repeat-x;
	background-position: 50% 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	text-align:center;
	margin:0px;
}
div.main {
	margin-top:0px;
	padding-bottom:200px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width: 960px;
}
h1 {
	font-size:42px;
}
h2 {
	padding:18px 0;
	font-size:16px;
	border-bottom:4px double #CCC;
	border-top:4px double #CCC;
	font-weight:100;
}
h2 span {
	font-size:20px;
	font-weight:900;
}

/* GRIDS */
.grid_4			{width:30%; float:left; margin-right:4%;}
.grid_4_last	{width:30%; float:left; margin-right:0;}

/* NAVIGATION */
#nav				{margin:43px 0 0 0; text-align:left;}
#nav a 			{color:#333333; text-decoration:none;}
#nav a:hover 			{color:#000000;}
#nav h3			{margin:0 0 13px 0;}
#nav div.hover h3		{color:#F00;}
#nav div.hover p		{color:#111;}
#nav div.hover .lucida	{color:#FFBFBE;}
#nav div.hover 		{cursor:pointer;}
#nav div.inactive		{color:#CCC;}

h2 a {
	text-decoration:none;
	color:grey;
}
#corner {
	background:#333333;
	width:100%;
	height:200px;
	background-image: url("corner.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
}