/*amcpu.org CSS File*/

/* back to the basics :) */
body {
	font: 9pt Calibri, Tahoma, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
//	background: #2E2E2D;
	background: #000000;
	text-align: left;
	}
p {
	margin-top: 0px;
	text-align: justify;
	}

h1 {
	font-size: 28px;
	font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1#header {
	position: absolute;
	left: 140px;
	top: 70px;
}

h1#header a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #00A5DF;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00A5DF;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #0085BA;
	}

/* now on to the divs! */

#content {
	text-align: left;
	padding: 10px;
	position: absolute;
	left: 130px;
	top: 130px;
	width: 600px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

#one {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #eee;
	border-right: 2px solid #eee;
}

#two {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
}

#three {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #bbb;
	border-right: 2px solid #bbb;
}

#five {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 50px;
	height: 50px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
}

#eight {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 80px;
	height: 80px;
	border-bottom: 2px solid #444;
	border-right: 2px solid #444;
}

#thirteen {
	position: absolute;
	left: 130px;
	top: 130px;
	width: 130px;
	height: 130px;
	border-top: 2px solid #222;
	border-left: 2px solid #222;
}

#nav_left {
	float: left;
	position: relative;
	left: 10px;
	top: 120px;
	width: 130px;
	height: 130px;
}

.photo {
        float: right;
        border: 1px solid #222222;
        margin-left: 10px;
        padding: 0px;
}
