* {
	margin: 0;
	padding: 0;
}

#logo {	
	background: url(../image/main1.jpg) no-repeat;
}

body {
	margin-top: 20px;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

a {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	color: #FFFFFF;
}

img { border: none; }

img.left {
	float: left;
	margin: 10px 80px 200px 10px;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}

#info {
	width: 560px;
	padding-top: 15px;
	padding-left: 15px;
	background: #111111;
	margin-top:14px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

#olist {
	width: 480px;
	padding-top: 30px;
}

#ulist {
	margin-top: 3em;
	margin-left: 21em;
	width: 480px;
}

#info h3{
	font-size: 13pt;
	font-color: #FFFFFF;
	text-indent: 13pt
}

#info h5{
	font-size: 8pt;
}

#olist h2 ,#ulist h2{
	font-family: "‚l‚r –¾’©";
	font-size: large;
	font-weight:200;
	text-indent: 12pt
}

/* Logo */
#logo {
	width: 760px;
	height: 340px;
	margin: 0 auto;
}

/* Boxed */

.boxed .content {
	padding: 13px;
	background: url(../images/img09.gif) repeat-x;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #000000;
}


/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}




