body
{
	background-color: #b21870;
	background-image: url(Images/bg_large_home.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin:0px;
	padding: 0px;
	width:100%;
	font-family: tahoma, verdana;
}
#main
{
	width: 100%;
	text-align:center;
}
#fixedWidth
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#main #fixedWidth #header
{

	height: 100px;
	width:100%;
	
}
#main #fixedWidth #header .logo
{
	width: 370px;
	float:left;
	margin-top:15px;
}
#main #fixedWidth #header .menu
{
	width: 620px;
	float:right;
	padding-top:30px;

}
#main #fixedWidth #header .menu a 
{
	text-decoration:none;
	float:right;
}
#main #fixedWidth #header .menu a .nest
{
	height: 34px;
	font-family:tahoma;
	font-size:14px;
	
	color:#ffffff;
	font-weight:bold;
	
	float:left;
	text-align:left;
	vertical-align:middle;

	padding-left:10px;
	padding-right:10px;
}
#main #fixedWidth #header .menu a .nest span
{
	position: relative;
top:7px;
}
#main #fixedWidth #header .menu a:hover .nest
{
		background-image:url(Images/menu_bg.png);
		background-position: top center;
		background-repeat: no-repeat;
		color:#FFFFFF;
		height:60px;
}
#main #fixedWidth #content
{
	height:570px;
	text-align: left;
}
#main #fixedWidth #content h1
{
	color: #B21870;
	font-size:16px;
}
#main #fixedWidth #content p
{

	font-size:14px;
}
#main #fixedWidth #content .text_home
{
	
	background-image: url(Images/content_bg.png);
	background-repeat: repeat;
	width:400px;
	padding: 5px;
	border: 1px solid #B21870;
	float:right;
}
#main #fixedWidth #content .text_about
{
	
	background-image: url(Images/content_bg.png);
	background-repeat: repeat;
	width:400px;
	padding: 5px;
	border: 1px solid #B21870;
	float:right;
}
#main #fixedWidth #content .text_friends_right
{
	
	background-image: url(Images/content_bg.png);
	background-repeat: repeat;
	width:500px;
	padding: 5px;
	border: 1px solid #B21870;
	float:right;
}
#main #fixedWidth #content .text_friends_right img
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

}
#main #fixedWidth #content .text_friends_left
{
	
	background-image: url(Images/content_bg.png);
	background-repeat: repeat;
	width:300px;
	padding: 5px;
	border: 1px solid #B21870;
	float:left;
}
#main #fixedWidth #footer
{

	height:100px;
	width:100%;
}
#main #fixedWidth #footer .left
{
	width:45%;
	float:left;
	text-align:left;
	margin-top:20px;
}
#main #fixedWidth #footer .right
{
	width:45%;
	float:right;
	margin-top:20px;
}
#main #fixedWidth #footer p
{
	color: #FF4FB5;
	font-size:13px;
}
#main #fixedWidth #footer a
{
	color: #FF4FB5;
	text-decoration:underline;
}
#main #fixedWidth #footer a:hover
{
	text-decoration:none;
}
.preview_photos img
{
	border: 1px dotted black;
	width: 125px;
	height: 167px;
	padding:5px;
	margin-top:50px;
}
.preview_photos a:hover img
{
	background:#B21870;
}
