/* ELEMENT TAGS
-------------------------------*/

body
{
	line-height: normal;
	background-color: #FFF;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	color: #333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

a
{
	color: #990033;
	text-transform: inherit;
	text-decoration: none;
}


/* BOXES
--------------------------------------------------*/
#contentbox /* CENTER AND ALL POWERFUL BOX TO RULE THEM ALL */
{
	width: 600px;
	text-align: center;
	margin: 0px auto;
}

#leftbox /* LEFT BOX WITH...YOU GUEST IT...THE LEFT COLUMN */
{
	width: 175px;
	text-align: left;
	position: relative;
	float: left;
	margin: 0 10px 0 10px;
	top: 10px;
}

#rightbox /* NOT JUST ANY COLUMN... THE RIGHT COLUMN */
{
	width: 350px;
	top: 10px;
	text-align: left;
	float: left;
	position: relative;
	margin: 0 10px 0 10px;
	border-right: #CCC;
	padding: 0 0 0 10px;
	border-left: #CCC;
	border-width: 0 1px 0 0;
	border-style: none none none solid;
}

#menubox /* BOX FOR THE MENU, JUST LIKE IS SAYS */
{
	text-align: center;
	width: 150px;
	margin: 10px auto;
}

#footerbox /* FOOTER BOX LOCATED AT...WAIT FOR IT...WAIT FOR IT...THE BOTTOM */
{
	position: relative;
	width: 599px;
	height: 120px;
	border-top: 3px double #CCC;
	padding-top: 9px;
	margin: 0px auto 0px auto;
	text-align: center;
	clear: both;
	top: 25px;
}

/* STYLES
--------------------------------------------------*/
