﻿/* 0 BASIC TAGS */

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body {
	background-color: #ffffff;
	/*background-image: url(images/background.gif);*/
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.leftmenu {
	width: 180px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}


.header {
	background-image: url(Images/topLogo.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 770px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}



.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	/*background-image: url(images/body-repeat.jpg);*/
	position: relative;
	width: 770px;
	padding: 0px 10px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 150px;
}


/* 3 FOOTER */

.footerbg {
	/*background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;*/
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/bottomback.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 77px;
	text-align: center;
	font-size: 10px;


}