/* 

	Author:				Matt Evans (TheWebCo.co.nz)

*/

html, body
{
	width : 100%;
	height : 100%;
	margin : 0%;
	padding: 0%;
	font-family:"Trebuchet MS", verdana, arial;
	font-size:1em;
	background-color: #FAF6DD;
}

a img
{
	border: 0;
}

/* 

	Link Rollover Settings

*/

A:link
{
color: #555555;
}
A:visited 
{
color: #555555;
}
A:active
{
color: #555555;
}
A:hover
{
color: #4E9ACD;
}

/* 

	DIV Settings & More.

*/

#container
{
	position: relative;
	width: 943px;
	height: 628px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #FAF6DD;
	top: 0%;	
	left: 0%;
	margin: 0 auto;
	padding-left: 60px;
}

#logo
{
	position:relative;
	width:943px;
	top: 10px;
	text-align:center;
}

#left
{
	float: left;
	width: 239px;
}

#right
{
	width:634px;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	overflow:auto;
}

#copy
{
	position: relative;
	font-size:10px;
}

#logout
{
	position:absolute;
	right: 20px;
	top: 7px;
}

.error
{
	color:#FF0000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

/*

	Global Text Size & Face Settings

*/

.text
{

	font-size: 75%;
}
.textnumber
{
width:13px;
	font-size: 75%;
}
.heading
{
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4e9acd;
	border-bottom: 1px dashed #d9d5b9;
}

.smallText
{
	font-size: 70%;
}

.textarea
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

/*

	CSS Menu -  © 2007 - Matt Evans (matt@thewebco.co.nz)

*/

.menu
{
	list-style:none;
	list-style-image:none;
	margin:0;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.menu a
{
	display:block;
	padding-left:40px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #d9d5b9;
	color: #4e9acd;
	text-decoration:none;
}

.menu a:visited
{
	display:block;
	padding-left:40px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #d9d5b9;
	color: #4e9acd;
	text-decoration:none;
}

.menu a:active
{
	display:block;
	padding-left:40px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #d9d5b9;
	color: #4e9acd;
	text-decoration:none;
}

.menu a:hover
{
	display:block;
	padding-left:40px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #d9d5b9;
	color: #000;
	text-decoration:none;
}

.profile-container {
	
}

.profile-container img {
	float: left;
	padding-right: 10px;
}

