@charset "UTF-8";
/* CSS Document */

/*General page style*/
body
{
	background-color: #d8dfea;
	background-image: url(images/code.gif);
	height: 100%;
	background-repeat: repeat-x;
	background-position: left center;
}

a:link
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	color: #FFFFCC;
}

a:email
{
	color: #000000;
}

a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover:visited
{
	
	text-decoration: none;
	color: #FFFFCC;
}

/*Fixing page height*/
#wrapper
{
	min-height: 100%;
	height: 100%;
}

/*Adjusting header*/
#hd
{
	background: transparent url(images/header.gif) center no-repeat;
	height: 200px;
	color: #FFFFFF;
	text-align: left;
	font-family:  Helvetica, sans-serif;
	font-size: 300%;
}


/*Adjusting body*/
#main
{
	background-color: #f7f7f7;
	width: 555px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#yui-main
{
	background-color: #f7f7f7;
}

#friend
{
	float: left;
	border: thin solid #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
}

/*Adjusting navigation*/
#left
{
	background: url(images/leftNav.gif) center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 100px;
	width: 180px;
	position: relative;
	float: left;
	height: 350px;
	margin-left: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	
}

h2
{
	font-size: 28px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 30px;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}



#ft
{
	background-color: #f7f7f7;
	text-align: left;
	border-top: thin solid #CCCCCC;
	padding-top: 10px;
}

