@charset "utf-8";
/* Main CSS Stylesheet */

body 
		{
			background-image: url(images/fade_bg.png);
			background-position: top;
			background-repeat: repeat-x;			
		}

/* Main Content */

#wrapper
		{
			width: 97%;
			padding-bottom: 60px; 
			position: relative;
			margin-bottom: 60px;
			min-width: 1250px;
			max-width: 1350px;
			
		} 

#outside

		{
			width: 100%;
		}
		
#share

		{
			margin-left: 20px;
		}
		
#left_content
		
		{
			vertical-align: top;
			padding-top: 3px;
			padding-left: 5px;
			float: left;
			width: 65%;
		}
		
#center_content

		{
			width: 220px;
			vertical-align: top;
			padding-top: 10px;
			padding-right: 1%;
			float: left;
		}

#right_content

		{
			width: 200px;
			vertical-align: top;
			float: left;
			padding-bottom: 70px;
		}
		
#frame2
		{
			width: 100%;
		}
		
#footer_text
		
		{
			font-size: 9px;
			text-align: center;
		}

/* Header and Footer */
#page_title

		{
			position: relative;
			top: 0px;
			padding-bottom: 5px;
		}
.header
		{
			width: 100%;
		}

.headerimage
		{
			background-image: url(images/header.png);
			background-repeat: no-repeat;
			background-position: left;
			height: 75px;
			width: 500px;
		}
		
#footer
		{
			width: 100%;
			background-image: url(images/footer.png);
			background-repeat: no-repeat;
			background-position: center;
			height: 41px;
			clear: both;
			padding-top: 5px;
		}
		
/* Menus */
.topmenu
		{
			width: auto;
			position: absolute;
			top: 3px;
			right: 10px;

		}
		
.menulink
		{
			background-color: #FFFFFF;
			border: solid;
			border-color: #FFFFFF;
			border-width: thick;
			color: #000000;
			line-height: normal;
			text-decoration: none;
			overflow: hidden;
		}
		
.menulinknew
		{
			background-color: #FF0000;
			border: solid;
			border-color: #FF0000;
			border-width: thick;
			color: #000000;
			line-height: normal;
			text-decoration: none;
			overflow: hidden;
		}
		
/* Links */

a:link 
		{
			color: #0000FF;
			text-decoration: none;
		}
		
a:visited 
		{
			text-decoration: none;
			color: #0000FF;
		}
		
a:hover 
		{
			text-decoration: none;
			color: #000033;
		}
		
a:active
		{
			text-decoration: none;
			color: #0
		}
		
/* TEXT */

text
		{
			background-color: #666666;
			border: thick solid #666666;
			color: #FFFFFF;
			line-height: normal;
			text-decoration: none;
			font-weight: bold;
		}
		
.style1

		{
			color: #FFFFFF;
			font-weight: bold;
			
		}
		
.category
		
		{
			color: #FFFFFF;
			font-size: 12px;
		}

.permalink

		{
			width: 100px;
		}
		
.twitter

		{
			font-size: 18px;
			font-family: Arial, Helvetica, sans-serif;

		}
		
#user 

		{
			font-size: 12px;
		}