html {
    margin-bottom:1px;
    height:100%;
    }

/* body */
body { 
	font: 13px/1.5em "Courier New", "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	color: #555; 
	background: #fff;
    margin: 0;
}

img {
	border: 0px;
}

/* links */
a {
	color: #145f8d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* texts */
#main h1 {
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	color: #333;
	font-size: 24px;
	line-height: 1.2em;
	border-bottom: 1px solid #dcdcdc;
}

#main h1 span{
	display: block;
	font-size: 14px;
	line-height: 2em;
	font-weight: normal;
	color: #666;
}

#header ul#nav li {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
}

#footer p{
	font-size: 10px;
}

/* layout */
.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0px;
	font-size: 0px;
}

/* container */
#container {
	margin: 0px auto;
	width: 800px;
}

/* header */
#header {
	padding-top: 50px;
}
	
#header div#title {
}

#header ul#nav {
	list-style: none outside;
	margin: 0;
	padding-top: 33px;
    padding-left: 0px;
}

#header ul#nav li {
	display: inline;
	padding: 0px 20px 0px 4px;
}

/* main */
#main {
	margin: 0;
	padding: 50px 0px 20px;
}

#main div.top {
	margin: 0;
	padding: 0;
	height: 10px;
	background: url(../images/bg-top.gif) no-repeat;
}

#main div.content {
	margin: 0;
	padding: 20px;
	background: url(../images/bg-content.gif) repeat-y;
}

#main div.bottom {
	margin: 0;
	padding: 0;
	height: 10px;
	background: url(../images/bg-bottom.gif) no-repeat;
}

#main ul {
	padding-bottom: 20px;
}

#main p {
	padding-bottom: 20px;
}

#main p.banners img {
    vertical-align: top;
	padding-left: 10px;
}

#main div#news {
    border: solid 1px #dcdcdc;
    width: 740px;
    height: 80px;
    padding: 0.5em;
    overflow: auto;    
}

/* footer */
#footer p {
	text-align: right;
}

