body
{
	height			: 100%;
	background-color	: #FF0084;
	background-image	: url('../images/body-bg.png');
	background-position	: top;
	background-repeat	: repeat-x;
	font-family		: Trebuchet MS, Verdana;
	font-size		: 13px;
}

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

h2
{
	font-size		: 20px;
	margin			: 0;
	margin-top		: 20px;
	margin-bottom		: 3px;
}

a
{
	text-decoration	: none;
	color			: #0000FF;	
}
	
	a:hover
	{
		text-decoration	: underline;
	}


div.wrapper
{
	padding-left		: 10px;
	padding-right		: 10px;
}

div.header
{
	background-color	: #FFFFFF;
}

	div.header div.title
	{
		width			: 300px;
	}
	
	div.header div.nav
	{
		float			: right;
	}
	
div.content
{
	background-color	: #FFFFFF;
}

	ul.webcams li.webcam a
	{
		background-image	: url('../images/webcam-bg.png');
		background-position	: top;
		background-repeat	: no-repeat;
		margin			: 8px;
	}
		ul.webcams li.webcam a:hover
		{
			background-image	: url('../images/webcam-hover-bg.png');

		}

	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;
	background-color	: #FFFFFF;
}

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


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

}


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