﻿body 
{
	background-color: #f6f1f1;
	/*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: #330000;
}


/* 1 HEADER */


.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 764px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
}

.imap {
	position: relative;
	width: 764px;
	height: 260px;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
		font-size: 32px;
		font-family: Pristina;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.menu 
{
	position: absolute;
	left: 0px;
	top: 210px;
}

/*.rightmargin
{
	position: absolute;
	left: 420px;
	font-size: 0;
}*/

.address
{
	position: absolute;
	left: 420px;
}



/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home {
	background-image: url(images/body-repeatsides_resized.gif);
	position: static;
	width: 690px;
	padding: 0px 35px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#homepage {
	background-image: url(images/body-repeat_full.gif);
	position: static;
	width: 690px;
	padding: 0px 35px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}


/* 3 FOOTER */

.footer
{
	background-image: url(images/Footer1.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 764px;
	height: 79px;
	text-align: center;
	font-size: 10px;
}


#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content
{
	margin-left: 37px;
}

#homecontent
{
	margin-left: -35px;
}
