body 
{
	margin: 0;
	padding: 0;
	background: url('../img/site/bg_dc.jpg');
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: no-repeat;
}

img 
{
	border: 0;
}


.images
{
/*	 border:solid 3px #cccccc;
	 width: 100px;
	 height: 100px;*/
}

.images:hover
{
	/*border: solid 3px #e24c94;*/
}

h1 
{
	color:#666;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-size: 24px;
	display: inline;
	line-height: 35px;
}

h2
{
	color: #888;
	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;
}

.title_fun
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	padding-bottom: 10px;
	font-weight: normal;
}


.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;
}

.clearbutton
{
	color: #CC3333;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-size: 14px;
	background:url(../img/site/button.png);
	width:72px;
	height:20px;
	border:0;
}

.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
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #222222;
	font-weight:800;
}

.footer_links a
{
	padding-left: 2px;
	padding-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #222222;
	font-weight:800;
}

.footer_links a:hover
{
	text-decoration: underline;
}

/* Styles for the entire LavaLamp menu */

.media_links 

{

    position: relative;

    height: 30px; width: 711px;

    padding: 0px; padding-left:0px; padding-right:0px; margin: 0px 0;

    overflow: hidden;

}

    /* Force the list to flow horizontally */

    .media_links li 

	{

        float: left;

        list-style: none;

    }

	

        /* Represents the background of the highlighted menu-item. */

        .media_links li.back 

		{
            background: url("../img/site/lava.jpg") repeat right;
            width: 9px; height: 30px;
            z-index: 80;
            position: absolute;
        }

            .media_links li.back .left 
			{

                background: url("../img/site/lava.jpg") repeat top left;
				
				height: 30px;

                margin-right: 9px;

            }

        /* Styles for each menu-item. */

        .media_links li a 

		{

            position: relative; overflow: hidden;

            text-decoration: none;

            font: bold 13px Arial, Helvetica, sans-serif;

            color: #000; outline: none;

            text-align: center;

            height: 23px; top: 7px;

            z-index: 100; letter-spacing: 0;

            float: left; display: block;

            margin: auto 10px;	

			padding: 0 11px 0 11px;	

        }
		
		