*{
	font-family: Arial, Helvetica, sans-serif;
	}
html,body{
	margin:0;
	padding:0;
	border:0;
	overflow:auto;
	}
div.clear{
	font-size:1px;
	clear: both;
	line-height: 1px;
	}
body{
	background:url(images/background.gif) repeat-x #45494d;
	}
#main-wrapper{
	width: 750px;
	margin: 0 auto 0 auto;
	}

#header{
	background:url(images/header.gif) no-repeat;
	width: 360px;
	height: 46px;
	margin: 20px auto 20px auto;
	}
#frame{
	width: 750px;
	}
#frame-header{
	width: 750px;
	background: url(images/frame_header.gif) #fff no-repeat;
	height: 15px;
	font-size: 1px;
	}
#frame-body{
	width: 750px;
	background:url(images/frame_back.gif) repeat-x #ccc;
	min-height: 550px;
	}
#frame-footer{
	width: 750px;
	background: url(images/frame_bottom.gif) #ccc no-repeat;
	height: 17px;
	font-size: 1px;
	}

#frame div.section{
	width: 360px;
	margin: 5px 0 5px 10px !important;
	margin: 5px 0 5px 5px;
	float:left;
	border: 1px dashed #aaa;
	padding-bottom: 15px;
	}
#frame div.section h1{
	font-size: 16px;
	line-height: 1em;
	color: #333;
	margin: 1em 0 0 0;
	padding: 0 1em 0 1em;
	}
#frame div.section p{
	font-size: 11px;
	color: #333;
	line-height: 1.3em;
	margin: 1.5em 0 0 0;
	padding: 0 1em 0 1em;
	}
#frame div.section a{
	color:#09f;
	text-decoration: none;
	outline:none;
	font-weight: bold;
	font-size: 11px;
	}
#frame div.section a:hover{
	color:#f60;
	text-decoration: underline;
	}
#frame div.section p img{
	border: none;
	margin: 0 1em 1em 0;
	float: left;
	}
#frame div.section ul{
	margin: 0;
	padding:0;
	}
#frame div.section li{
	font-size: 11px;
	margin: 1em 0 0 3em;
	padding: 0 1em 0 0;
	list-style: square;
	line-height: 1.2em;
	}