table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a:active {
	color: #000000;
}

body {
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

img {
	border-width: 0;
}

.imgborder	{
	border-width: 5;
	border : thin solid #D4D4D4;
}

/* HEADER */

.header {
	position: relative;
	width: 770px;
	height: 76px;
	margin: 0 auto 0px auto;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.menua {
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}

a.menua a.menua:link, a.menua:visited, .nav a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #0F4896;
}

.shim {
	display: none;
}


/* PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: normal;
}

/* 2.1 ALL PAGES */

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 583px;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

.leftsidebar {
	width: 7px;
	background-color: #0F4896;
}

#sidebar {
	float: left;
	width: 187px;
	height: 100%;
}

#sidebartxt {
	margin-top: 15px;
	margin-left: 15px;
	text-align: left;	
}

#content {
	background-image: url(pix/skiller.gif);
	height: 100%;
	margin-left: 187px;
	text-align: right;
}


#contenttext {
	width: 563px;
	text-align: left;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}


.topnav {
	width: 100%px;
	height: 20px;
	padding-top: 8px;
	padding-left: 15px;
	text-align: left;
	font-size: 10px;
	color: #0F4896;
	background-color: #D4D4D4;
}
.top2 {
	width: 100%px;
	height: 1px;
}


/* FOOTER */

.footerbg {
	width: auto;
	height: 20px;
	text-align: center;
}

.footer {
	width: 100%px;
	height: 20px;
	padding-top: 8px;
	text-align: center;
	font-size: 10px;
	color: #6D6D6D;
	background-color: #D4D4D4;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #0F4896;
}

