body
{
	height			: 100%;
	background-color	: #eb98c2;
	background-image	: url('../images/body-bg.png');
	background-position	: top;
	background-repeat	: repeat;
	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
{
	width			: 1020px;
	margin			: auto;
	padding		: 10px;
}


div.main
{
	background-image	: url('../images/header-bg.jpg');
	background-position	: top;
	background-repeat	: no-repeat;
	background-color	: #FFFFFF;
}

div.header
{
	height			: 200px;
}

	div.header div.nav
	{
		float			: right;
		width			: 500px;
		text-align		: right;
		margin-top		: 150px;
		margin-right		: 35px;
		
	}
	
	div.header div.nav a
	{
		color			: #FFFFFF;
		padding		: 10px;
		font-size		: 15px;
	}



div.sidebar
{
	padding		: 5px;
	width			: 220px;
}

	div.sidebar div.box
	{
		background-color	: #fef8fb;
		border-color		: #fae3ef;
		border-style		: solid;
		border-width		: 1px;
	}

	div.sidebar div.box select
	{
		width			: 140px;
	}
	

		div.sidebar li.profile a:hover
		{
		
		}

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

	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;
	padding-top		: 25px;
}


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


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

}


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