body{
	background-color:#959595;
	background-image:url(../images/body_background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p{
    margin-bottom: 10px;
    line-height: 1.2em;
}

a {
    color:#f47421;   
}

a:hover {
    color:#7F7F7F;
}

.strike {
    text-decoration: line-through;   
}

#wrapper{
	width:960px;
	margin: 0 auto;
	margin-top:60px;
}

	#logo{
		position:absolute;
		height:101px;
		width:208px;
		top:2px;
		margin-left:375px;
		background-image:url(../images/logo_top.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
		#logo a{
			display:block;
			height:101px;
			width:208px;			
		}

	#topmenu{
			background-image:url(../images/top_menu.png);
			background-repeat:no-repeat;
			width:960px;
			height:41px;
		}
		
		#topmenu li {
			text-align:center;
			line-height:41px;
			width:82px;
			margin-left:3px;
			margin-right:3px;
			position:relative;					
		}
		
			#topmenu li:hover {
				visibility:	inherit;
			}
			
			#topmenu .left{
				float:left;
			}
					
			#topmenu .right{
				float:right;
			}	
			
			#topmenu a {
				display: block;
				width:82px;
				height:41px;
				position: relative;
				color:#FFF;
				text-transform:uppercase;
				text-decoration:none;
			}
				
			#topmenu a:hover {
				color:#f47421;
				font-weight:bold;
			}
			
	#boxcontainer{
		background-color:#FFF;
		width:960px;
		overflow:hidden;
		min-height:180px;
	}

		#boxcontainer .box{
			width:280px;
			margin-left:40px;
			margin-top:20px;
            margin-bottom:10px;
			display:inline;
			float:left;
		}
		
		#boxcontainer h3{
			color:#f47421;
			font-size:24px;
			font-weight:bold;
			margin-bottom:10px;
		}
		
		#boxcontainer h4{
			color:#333333;
			font-size:16px;
			font-weight:bold;
		}
		
		#boxcontainer a{
			display:block;
			color:#7f7f7f;
			margin-bottom:15px;
			font-weight:bold;
			text-decoration:none;
		}
	
	#footer{
		padding-top:15px;
		background-image:url(../images/boxes_bottom.png);
		background-repeat:no-repeat;		
	}
    
        #footer p{
            margin:0;
            padding:0;
        }

