body {
		margin:25px 0 0 0;
		padding:0;
		background:#fff;
		font-family:arial, verdana, geneva, helvetica, sans-serif; 
		font-size: 11px;
		color: #000000;
		line-height : 14px;
		

	}
	
A				{ font-size: 11px; color: #ef341b; font-weight: normal; text-decoration: underline; line-height: 14px;} 
A:link			{ font-size: 11px; color: #ef341b; font-weight: normal; text-decoration: underline; line-height: 14px;} 
A:visited		{ font-size: 11px; color: #ef341b; font-weight: normal; text-decoration: underline; line-height: 14px;} 
A:active		{ font-size: 11px; color: #ef341b; font-weight: normal; text-decoration: underline; line-height: 14px;} 
A:hover		{ font-size: 11px; color: #ef341b; font-weight: normal; text-decoration: none; line-height: 14px;}

a img {border:0}
	
	#wrap {
		margin:0 auto;
		padding:0px;
		width:750px;
		background-image: url(../_img/elements/main_bg.gif);
		background-repeat: no-repeat;
	}
	
	#header {
		margin:0px;
		padding:0px;
	}

	#nav {
		margin:5px 0 0 0;
		padding-left:10px;
		background:#e0e0e0;
		height:28px;
		width:730px;
		border-right:10px solid #db543b;
	}
	
	#mainfull {
		margin:30px 0 43px 0;
		padding:0px;
		float:left;
		width:750px;
	}

	#main {
		margin:30px 0 0 0;
		padding:0px;
		float:left;
		width:380px;
	}

	#sidebar {
		margin:30px 0 0 0;
		padding:0px;
		float:left;
		width:360px;
	}

	#footer {
		position: relative;
		margin:20px 0 3px 0;
		padding:0px;
		background:#e0e0e0;
		clear:both;
    }
    
    #copyright {
		position: relative;
		margin:0 0 40px 0;
		padding:0px;
		clear:both;
    }
    
  