﻿/* 0 BASIC TAGS */


a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body {
	background-color: #ffffff;
	/*background-image: url(images/backrepeat.jpg);*/
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}


/* 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: 771px;
	height: 113px;
	margin-left: auto;
	margin-right: auto;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}


/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* 

background-image: url(images/backrepeat.jpg);
2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	
	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%;
}
*/ 




/* 3 FOOTER

background-image: url(images/footer-side.gif);
 */

.footerbg {
	
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
	position: relative;
}
.footer {
	background-image: url(images/bottomback.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 75px;
	text-align: center;
	font-size: 10px;
	position: relative;
}


