body, html {
	margin:0;
	padding:0;
	border:0;
	}
	
img {
	border:0;
	}

body {	
	background:url(../images/noise-bg.jpg) repeat;
	font-family:Eurostile, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: .1em;
	line-height: 1.4em;
	color:#3b3b3b;
	}
	
#wrap {
	max-width:950px;
	min-width:600px;
	margin-left:auto;
	margin-right:auto;
	}

#top-bar-wrap {
	padding:5px 5px 10px 5px;
	background:#3b3b3b;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}

#top-bar {
	max-width:946px;
	min-width:596px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	padding:0 2px;
	display:block;
	font-size: 10px;
	}

#eurostile {
	max-width:950px;
	min-width:600px;
	margin-left:auto;
	margin-right:auto;
	padding:60px 0 30px 0;
	border-bottom:1px dashed #00aeef;
	}

#eurostile img {
	width:100%;
	}

#col1, #col2 {
	text-shadow: #CCCCCC 1px 1px 3px;
	overflow:hidden;
	}
	
#col1 {
	float:left;
	width:38%;
	padding:0 1%;
	}
	
#col2 {
	float:left;
	width:57%;
	padding:0 0 0 2%;
	}
	
h1 {
	font-size:2em;
	margin-top:.7em;
	margin-bottom:10px;
	line-height: .9em;
	letter-spacing:normal;
	}
	
p {
	margin-top:7px;
	margin-bottom:7px;
	}

/* links */
a:link, a:visited{
	font-weight:bold;
	color:#00aeef;
	text-decoration:none;
	padding:1px 0;
	border-bottom:#00aeef dotted 1px;
	}

a:hover {
	color: #999999;
	padding:2px 0;
	border-bottom:#00aeef dotted 1px;
	}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

