/* 	Ian Mitchell
	Layout CSS
*/

body {
	margin: 0px;
	padding:0px;
	background-color: #261f0e;
	font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	background-image: url(images/collage.jpg); background-repeat:repeat;
	/*background-repeat: repeat-x; */
}	

A {font-size: 10px;}
A:link {color: #FFFFFF; font-weight: bold; text-decoration: none;}
A:active {color:#FFFFFF; font-weight: bold; text-decoration: none;}
A:visited {color: #FFFFFF; font-weight: bold; text-decoration: none;}
A:hover {color: #c66673; font-weight: bold; text-decoration: none; background-color: #FFFFFF;}

#wrapper
{
	float:none;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align:center;
	width:850px;
	background-image: url(images/white_back.jpg);
}

.container {
	padding: 10px;
	float: none;
	vertical-align:top;
	text-align: left;

	background-image: url(images/pink_back.jpg);

}
.center {
	text-align: center;


}

#header
{
	
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width:100%;
	height: 75px;
	vertical-align:bottom;
	font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.white_container 
{
	background-image: url(images/white_back.jpg);
}

.pink_container 
{
	width:850px;
	background-image: url(images/pink_back.jpg);
}


