html {
	margin: 0;
	padding: 0;
  min-width: 945px;
} /*IE7*/

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
    font: 83%/1.4 Verdana, Arial, sans-serif;
}

a { color: #6F7A8C;}
a:visited { color: #747A86;}
a:hover, a:focus { color: #959DAA;}
a:active { color: #747A86;}

img {
	border: 0;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	color: #A4ACB9;
	background-color: #2B3039;
	background-image: url('../images/background_vert.png');
	background-repeat: repeat;
	background-position: center center;
	margin: 0;
}

img {
	border-width: 0;
}

hr {
	border: 0 none #ffffff;
	border: 1px solid #64785A;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #64785A;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

#header-bg {
	width: 600px;
	height: 250px;
	margin: auto;
	background-image: url('../images/main_logo.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu {
	text-align: center;
	text-decoration: none;
	font-size: 120%;
}

#all-content {
	width: 500px;
	margin: auto;
	font-size: 100%;
}

#copyright {
	position:fixed;
  bottom: 3px;
  right:3px;
	font-size: 70%;
}
