*{margin:0;}

p {
	padding:7px 0px; 0px; 0px;
	margin: 0px;
	}

body {
	background-color: #DEBD7A;
	background-image: url('img_t1/bg_body.png');
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
	line-height: 17px;
	}

#container{
	width:740px;
	margin: 0px;
	}

#header{
	background-color:#78303c;
	background-image:url('img_t1/bg_header.png');
	background-repeat:no-repeat;
	height:130px;
	width:740px;
	margin:0px;
	}
	#header div#logo{
		width:250px;
		height:120px;
		padding-left:10px;
		}
		#header div#logo h1{
			font-size:26px;
			padding-top:5px;
			}
		#header div#logo h1, #header div#logo p{
			margin-left:20px;
			}
#holder{
	}
	#sidebar{
		float:left;
		margin-bottom:40px;
		}
		#navigation{
			background-color:#efe7c2;
			padding:10px 0px;
			}
			#navigation a{
				color:#383534;
				display:block;
				clear:left;
				padding:5px;
				margin-left:20px;
				margin-right:100px;
				font-weight:bold;
				text-decoration:none;
				}
				#navigation a:hover{
					text-decoration:underline;
					font-weight:normal;
					}
		#sidebar{
			width:322px;
			}
		.panel{}
			.panel p{
				color:#fff;
				}
			.panel div{
				padding:5px 10px;
				}
		#leftright{
			background-image:url('img_t1/bg_leftright.png');
			background-repeat:repeat-y;
			}
		#left{
			width:155px;
			float:left;
			}
		#right{
			width:167px;
			float:right;
			}
		#wide{
			width:322px;
			clear:both;
			background-color:#43101f;
			}
		
#content{
	background-image:url('img_t1/bg_content.png');
	background-repeat:repeat-x repeat-y;
	margin-right:4px;
	width:400px;
	float:left;
	margin-bottom:40px;
	padding-bottom:20px;
	}
#content h1{
font-size: 20px;
font-weight: bold;
	margin:10px;
	margin-top:0px;
	color:#c96132;
	}
#content p{
	margin:10px;
	margin-top:0px;
	}
#content img{
	margin:10px;
	}
