body {
	font-size: 10px;
	color: #ace;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #235;
}

h1 {
	font-size: 16px;
	color: #7c0;
	background:url(images/header.gif);
	width: 270px;;
	height: 40px;
}
h1 span  {
			display:none;
}

.container { 
    top: 15px;
	position: relative; 
	margin: 0px auto 0px auto; 
	height: 100%;
	width: 676px;
}

img {
	border:#fff 1px solid;
	margin:auto 4px auto 3px;
	}
	
img.nomargin {
				margin: 0px;
				}
.copyright{
			float: right;
			padding: 3px;
			color: #ace;
			/*border: 2px solid #001;*/
			}
a:link {
		color:#ace;
		text-decoration:none;
		}
a:visited {	
			color:#ace;
			text-decoration:none;
			}
a:hover {
		color:#ace;
		text-decoration:underline;
		}
.contact{
        position: relative;
        float: right;
		padding: 3px;
		color: #ace;
		font-size: 12px;
		top: 25px;
}
.other{
		color: #ace;
		font-size: 13px;	
}