body {
	text-align: center;
	background: #000000;
	margin:0;
	padding:0;
	font-family: arial, helvetica, verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a	{
color: #ffffff;
}

.menu-link	{
	color: #ffffff;
	text-decoration: none;
}

.sub-menu-link {
	color: #000000;
	text-decoration: none;
}

.login	{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #330066;
}

a:hover	{
	color: #ffcc33;
	text-decoration: none;
}

h1	{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
}

h2	{
	font-size: 15px;
	font-weight: bold;
	color: #330099;
}

h3	{
	font-size: 12px;
	font-weight: bold;
	color: #330099;
	text-transform: uppercase;
}

h4	{
	font-size: 12px;
	font-weight: bold;
	color: #330099;
}

div.header	{
	background: #000000;
}

div.home_container {
	width: 640px;  
	margin: auto;
	background: #000000;
}

div.container {
	width: 750px;  
	margin: auto;
	background: #000000;
}

div.menu {
	border-top: 1px solid #000000;
	text-align: center;
	text-transform: uppercase;
	padding: 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #ffffff;
	background: url(../images/home_02.jpg);
	background-repeat: repeat-n;
}

div.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div.home-content {
	padding: 20px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

div.content {
	background: url(../images/content_03.jpg);
	background-repeat: repeat-n;
	padding: 30px;
	text-align:left;
	font-size: 12px;
	color: #ffffff;
	height: 550px; /* for IE */
	min-height: 550px; /* for not-IE */
}

html>body div.content {
	height: auto; /* for not-IE */
}

div.footer {
	clear: both;
	background: #000000;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	color: #cccccc;
}
