* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background-color: #1100e5;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	rgb(17,0,229); /* #1100e5 */
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Font Markups */

.bigger
{
	font-size: 125%;
}

.fright
{
	float: right;
	margin: 10px;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(images/page_bg.gif) repeat-y;
	background-position: 70px 0px;
	overflow: auto;
}

/* Left */

#left {
	float: left;
	width: 360px;
	min-height: 960px;
	height:auto !important; /* for modern browsers */
	height:960px; /* for IE5.x and IE6 */
}

/* Logo */

#logo {
	width: 360px;
	height: 460px;
	background: url(images/logo.gif) no-repeat;
}

/* Menu */

#menu {
	margin-left: 79px;
	width: 220px;
}

#menu ul {
	list-style: none;
}

#menu li {
	height: 40px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#menu a {
	display: block;
	padding: 10px;
	height: 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
}

#menu a:hover {
	background-image: url(images/menu_hover.gif);
	background-repeat: no-repeat;
	color: #e13c32;
}

/* Right */

#right {
	float: left;
	width: 600px;
	min-height: 960px;
	height:auto !important; /* for modern browsers */
	height:960px; /* for IE5.x and IE6 */
}

/* Header */

#header {
	width:600px;
	height:160px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* Content */

#content {
	width: 570px;
	padding: 10px;
}

#content h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#content h2 {
	color: rgb(50,94,17);
	font-size: 20px;
	padding-left: 10px;
}

#content p {
	margin: 10px;
	font-size: 14px;
}

#content a {
	color: rgb(50,94,17);
}

#content ul {
	margin: 20px;
}

#content li {
	font-size:13px;
}

/* Footer */

#footer {
	margin: 0 auto;
	width: 960px;
	height: 80px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
}

#footer p {
	padding-top: 10px;
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#footer a {
	text-align: center;
	color: #1100e5;
	text-decoration: underline;
}




