/* CSS RESET */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, code, img,
small, sub, sup, tt, var, b, u, i,
ol, ul, li, form, label,
table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End od CCS Reset */

body{
	background:#000 url(../images/system/bg.png) repeat-x;
}
.clear{
	clear:both;
}
#wrap{
	width:800px;
	margin:0 auto;
	margin-top:0px;
}
#header{
	margin-top:0px;
}
#left{
	background: url(../images/system/header.png) top left no-repeat;
	float:left;
	height:230px;
	width:553px;
}
#right{
	color: #5a5a5a;
	float:right;
	font-family:"Trebuchet MS";
	padding:70px 10px 0px 10px;
	width:220px;
}
	.quote{
		font-size:20px;
	}
	.quote-author{
		font-size:12px;
		font-style:italic;
		margin-left:100px;
		margin-top:10px;
	}
#content{
	clear:both;
	padding-top:5px;
}
	
	#content ul li{
		margin-bottom:25px;
	}
	.reference{
		background:#1c0000;
		border:1px solid #541d0e;
		margin:0 auto;
		padding:10px 20px 5px 20px;
		width:600px;
	}
		.picture img{
			border:1px solid #fff;
		}
		.description
		{
			display:none;
		}
			.description h3
			{
				color:#bb3d1a;
				font-family:Tahoma;
				font-size:20px;
				font-weight:normal;
				margin:10px 10px 10px 0px;
			}
			.description p{
				color:#705e5e;
				font-family:Tahoma;
				font-size:15px;
			}
			.description a{
				color:#bb3d1a
			}
		.slider{
			text-align:center;
		}
			p.btn-slide{
				cursor:pointer;
			}
	p.contact a{
		color:#bb3d1a;
		background:#000;
		float:right;
		font-size:15px;
		font-family:Tahoma;
		margin-right:80px;
		margin-bottom:10px;
		padding:10px;
		text-decoration:none;
	}
#footer{	
	border-top:1px solid #343434;
	color:#bb3d1a;
	font-family: Tahoma;
	font-size:25px;
	padding:30px;
	text-align:center;
}
	p.tiny{
		color:#5a5a5a;
		font-size:10px;
		margin-top:10px;
	}
	.tiny a, .tina a:visited{
		color:#fff;
		border-bottom:1px solid #fff;
		text-decoration:none;
	}