body 
{
	margin: 0;
	padding: 0;
	background: url('../img/site/background.jpg');
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
}

img 
{
	border: solid 1px #ccc;
	padding: 5px;
}

.images
{
/*	 border:solid 3px #cccccc;
	 width: 100px;
	 height: 100px;*/
}

.images:hover
{
	/*border: solid 3px #e24c94;*/
}

h1 
{
	color: #F3008E;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-size: 24px;
	display: inline;
	line-height: 35px;
}

h2
{
	color: #F3008E;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-size: 18px;
	display: inline;
	line-height: 35px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
}

.thumb_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	padding-bottom: 10px;
	font-weight: bold;
}

.thumb_date
{
	color: #333;

}

.thumb_link
{
	color: #CC3366;
	text-decoration: underline;
}

.thumb_link:hover
{
	text-decoration: none;
}

.text 
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

.text a, .text a:link, .text a:visited
{
	color: #555;
	text-decoration:underline;
}

.text a:hover
{
	color: #777;
}

.text li
{
	list-style-position: inside;
}

.mediatitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left: 15px;
	vertical-align:middle;
}

.footer_links
{
	padding-left: 12px;
	padding-bottom: 20px;
}

.footer_links a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #222222;
}

.footer_links a:hover
{
	text-decoration: underline;
}