body
{
	height			: 100%;
	background-color	: #000000;
	font-family		: Verdana;
	font-size		: 12px;
	margin			: 0;
	color			: #FFFFFF;
}

h1
{
	font-size		: 27px;
	margin			: 10px;
	margin-top		: 20px;
	margin-bottom		: 20px;
	color			: #FFFFFF;
}

h2, h2 a
{
	font-size		: 20px;
	margin			: 0;
	margin-top		: 20px;
	margin-bottom		: 3px;
	color			: #FFFFFF;
	text-decoration	: none;
}

a
{
	text-decoration	: underine;
	color			: #FF0000;	
}
	
	a:hover
	{
		text-decoration	: underline;
	}


div.wrapper
{
	margin			: auto;
	width			: 900px;
	border-color		: #820000;
	border-style		: solid;
	border-width		: 0;
	border-left-width	: 3px;
	border-right-width	: 3px;
}

div.header
{
	background-image	: url('../images/header-bg.png');
	background-position	: top;
	background-repeat	: no-repeat;
	height			: 220px;
	
}

	div.header div.title
	{
		width			: 300px;
	}
	
	div.header div.nav
	{
		float			: right;
	}
	
	div.header ul
	{
		list-style-type	: none;
		float			: right;
		padding-top		: 5px;
	}
	
		div.header ul li
		{
			float			: left;
		}
		
			div.header ul li a
			{
				text-decoration	: none;
				padding		: 7px;
				padding-left		: 10px;
				padding-right		: 10px;
				display		: block;
				font-size		: 17px;
				font-weight		: bold;
				font-family		: Arial;
			}
	
div.content
{
	background-image	: url('../images/content-bg.png');
	background-position	: top right;
	background-repeat	: no-repeat;
	padding-left		: 20px;
	padding-right		: 20px;
}

ul.webcams li.webcam a:hover
{
	background-color	: #e9a2b7;
}

ul.profiles li.profile a:hover
{
	background-color	: #e9a2b7;
}


div.search
{
	background-color	: #e9a2b7;
	border-color		: #c92454;
	border-style		: solid;
	border-width		: 1px;
	padding		: 15px;
	margin-right		: 10px;
}

	div.search select
	{
		width			: 150px;
	}
			
div.text
{

}

div.linkpartners
{
	padding		: 10px;

}

	div.linkpartners a.special
	{
		/* font-weight		: bold; */
	}


	
div.footer
{
	color			: #FFFFFF;
	height			: 40px;

}


	div.footer div.copyright
	{
		float			: right;
		margin			: 10px;
	}
