*.*{
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

body{
	padding: 0px;
	margin:0px;
	text-align:center;
	background-color: #CCCCCC;
}

a{
	color: #666666;
}
a:hover{
	color: #FF0000;
}

img{
	border: none;
}

.white{
	color: #FFFFFF;
}

.white a{
	color: #FFFFFF;
}

.white a:hover{
	color: #FFCCCC;
}

div#wrraper{
	width: 1000px;
	text-align:left;
}

div#header{
	height: 200px;
	background-image: url(/img/header_wall.jpg);
	background-repeat: repeat-x;
	background-color: #FF0066;
	padding: 10px;
	text-align:left;
	color: #FFFFFF;
}

div#header h1{
	color: #FFFFFF;
	font-size: 32px;
	line-height: 34px;
}

div#header h1 a{
	color: #FFFFFF;
	font-size: 32px;
	line-height: 34px;
	text-decoration: none;
}

div.item_list{
	background-color: #FFFFFF;
	float:left;
	width: 250px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	margin-right: 5px;
	margin-left: 5px;
}

div.item{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top: 5px;
	padding: 5px;
	text-align: left;
}

div.item_desc{
	width: 416px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top: 5px;
	padding: 5px;
	text-align: left;
}

div.item_img {
	float: left;
	width: 170px;
	text-align:center;
}
div.item_main {
	width: 230px;
}

div#side{
	float: right;
	width: 420px;
	background-color: #FFFFFF;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	margin-right: 5px;
	margin-left: 5px;
}

div#container:after{
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: '.';
}

div#footer{
	clear: both;
	width: 100%;
	background-color: #FF0000;
	text-align: left;
}

a#help{
	float: right;
}



div#link_body{
	color: #000000;
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	margin: 5px;
}


div.link {
	padding: 5px;
}

div.link a{
	color: #FF0000;
}

