@charset "UTF-8";
/* CSS Document */

body{ 
	font-family: "Georgia", Times New Roman, Times, serif; 
	background: #fff;
}

img {
	border: 0;
}


#container{
	position: relative;
	width: 1024px;
	margin: 40px 0 0 20px;
}

#title{
	width: 1024px;
	height: 170px;
	background: url('images/title.gif');
	text-indent: -10000px;
	margin-left: -32px;
	margin-bottom: 30px;
}

.modules {
	position: relative;
	width: 311px; /*should be definite */
	height:210px; /*should be definite as width */
	margin: 0px 10px 0 0;
	float: left;
}


h1 {
	font-weight:bold;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	font-style: italic;
	margin-top: -15px;
}


h2 {
	font-weight: normal;
	font-size: 12px;
	color: #666;
	margin:0;
	padding:0;
}

a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#footer{

    left: 28px;
    top: 700px;
	position: absolute;
}


