/*
         Hand written by Alan Rosenquist     
   First Come First Server Naming Scheme   
         Feel Free To Learn From My Code      
                AlanRosenquist@Gmail.com         
*/

/* Structure */

#column_left {
		clear:both;
		float:left;
		width:159px;
		height:349px;
		margin:0 auto;
		padding:8px;
		background-image:url(img/left_column_bg.jpg);
		}
		
#column_center {
		float:left;
		width:409px;
		height:397px;
		margin:0 auto;
		padding:8px;
		}

#column_right {
		float:right;
		width:164px;
		height:379px;
		margin:0 auto;
		padding:8px;
		background-image:url(img/right_column_bg.jpg);
		}

/* Style */

#column_left {
		line-height:23px;
		border-top:#9C0 25px solid;
		border-bottom:#9C0 25px solid;
		}

#column_left {
		font-size:11px;
		color:#777;
		}
		
#column_left a,a:active,a:visited {
		color:#777;
		font-size:11px;
		text-decoration:underline;
		}

#column_left a:hover,a:focus {
		color:#777;
		font-size:11px;
		text-decoration:none;
		}
		
#column_left p {
		padding:0 0 10px 0;
		margin:0;
		}

#column_center {
		background:#FFF;
		font-size:11px;
		color:#000;
		}
		
#column_center {
		line-height:20px;
		border-bottom:#9C0 2px solid;
		}

#column_center .h1 {
		font-size:18px;
		color:#000;
		}
		
#column_center a,a:active,a:visited {
		color:#000;
		font-size:11px;
		text-decoration:underline;
		}

#column_center a:hover,a:focus {
		color:#999;
		font-size:11px;
		text-decoration:none;
		}

#column_center p {
		padding:0 0 10px 0;
		margin:0;
		}

#column_center h1 {
		padding:0;
		margin:0;
		}

#column_right {
		line-height:25px;
		border-top:#9C0 10px solid;
		border-bottom:#9C0 10px solid;
		}

#column_right {
		font-size:11px;
		color:#333;
		}
		
#column_right p {
		padding:0 0 10px 0;
		margin:0;
		}
