* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	font-family: Tahoma, Helvetica, sans-serif;
	}

	
.clear {
	clear: both;
	}
	
.empty {
	height: 45px;
	}
	
body {
	background: #ffccff;
	}
	
div#lg {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 150px;
	height: 138px;
	background: url(../images/lg.jpg) 0 0 no-repeat;
	margin-left: -150px;
	margin-top: 5px;
}

#container {
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	background: #ffccff;
	padding-bottom: 15px;
	}
	
#header {
	width: 845px;
	height: 282px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	padding-top: 10px;
	padding-left: 55px;
	}
	
#logo {
	width: 349px;
	height: 209px;
	background: url(../images/logo.jpg) no-repeat;
	}
	
#description h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #cc0000;
	}
	
#menu {
	width: 900px;
	height: 27px;
	background: url(../images/menu.png) no-repeat;
	padding-top: 8px;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	margin-bottom: 4px;
	}
	
#menu ul {
	list-style: none;
	}
	
#menu ul li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	}
	
#menu ul li a {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#menu ul li a:hover {
	text-decoration: underline;
	}
	
#left_sidebar {
	width: 183px;
	float: left;
	}
	
.sidebar_block {
	width: 183px;
	background: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000cc;
	padding-bottom: 8px;
	margin-bottom: 4px;
	}
	
.sidebar_block ul {
	list-style-image: url(../images/marker.png);
	line-height: 20px;
	margin-left: 23px;
	margin-top: 7px;
	margin-right: 5px;
	}
	
.sidebar_block ul li a {
	color: #0000cc;
	text-decoration: underline;
	}
	
.sidebar_block ul li a:hover {
	text-decoration: none;
	}
	
.sidebar_block p {
	margin: 6px 8px;
	}
	
.sidebar_block p a {
	text-decoration: none;
	color: #9966ff;
	}
	
.sidebar_block p a:hover {
	text-decoration: underline;
	}
	
.sidebar_block_title {
	text-align: center;
	width: 183px;
	height: 27px;
	background: url(../images/bg_title.png);
	}
	
.sidebar_block_title2 {
	text-align: center;
	width: 183px;
	height: 34px;
	background: url(../images/bg_title.png);
	font-family: Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 1px;
	}
	
.sidebar_block_title_arrow {
	width: 183px;
	height: 27px;
	background: url(../images/bg_title.png) no-repeat;
	}
	
.sidebar_block_title, .sidebar_block_title_arrow {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 8px;
	}
	
.sidebar_block_title_arrow img {
	float: left;
	margin-left: 7px;
	margin-right: 3px;
	}
	
#right_sidebar {
	width: 183px;
	float: right;
	}
	
#content {
	width: 526px;
	float: left;
	margin-left: 4px;
	}
	
#sos {
	width: 524px;
	border: solid 1px #9966ff;
	background: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #FF0000;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	}
	
#sos_left {
	width: 135px;
	float: left;
	text-align: center;
	font-size: 50px;
	margin-top: 4px;
	}
	
#sos_right {
	width: 389px;
	float: right;
	font-size: 14px;
	}
	
#text {
	width: 524px;
	border: solid 1px #9966ff;
	background: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	}
	
#text img {
	float: left;
	margin: 7px;
	}
	
#text h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	margin-left: 10px;
	}
	
#text p {
	font-size: 13px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
#footer {
	width: 900px;
	margin: -45px auto 0;
	height: 45px;
	position: relative;
	background: url(../images/bg_footer.png) repeat-x;
	}
	
#footer img {
	margin-left: 10px;
	margin-top: 12px;
	float: left;
	}
