/*
--------------------------------------------------------------
|	HTML TAGS
--------------------------------------------------------------
*/

	body{
		margin:			0px;
		padding:		0px;
		background-color:	#1a110a;
	}

	img{
		display:		block;
		outline:		none;
		border:			0px;
	}
	
	canvas{
		display:		block;
	}

	ul, li{
		list-style-type:	square;
		margin:			0px;
		padding:		0px;
		border:			0px;
	}
	
	li{
		margin-left:		14px;
	}

	*{
		outline:		none;
		margin:			0px;
		padding:		0px;
	}

	h1{
		font-size:		18px;
	}
	
	h2{
		font-size:		14px;
		margin:			0;
		padding:		0;
	}

	h3{
		color:			#ffffff;
		font-family:		Arial;
		font-size:		12px;
		font-weight:		bold;
	}

	h4{
		color:			#86715d;
		font-family:		Arial;
		font-size:		11px;
		font-weight:		normal;
		padding-top:		8px;
		line-height:		16px;
	}

/*
--------------------------------------------------------------
|	GENERAL
--------------------------------------------------------------
*/	
	.line{
		display:		block;
		color:			#86715d;
		background-color:	#86715d;
		height:			1px;
		clear:			both;
	}
	
	#guardian{
		position:		absolute;
		width:			940px;
		left:			50%;
		top:			65px;
		margin-left:		-470px;	
	}

	#content{
		padding-top:		15px;
	}
	
	#title_left a,
	#title_left a:link,
	#title_left a:active,
	#title_left a:hover,
	#title_left a:visited{
		font-family:		Arial;
		font-size:		14px;
		font-weight:		normal;
		color:			#86715D;
		text-decoration:	none;
	}
/*
--------------------------------------------------------------
|	CELCIUS LINK
--------------------------------------------------------------
*/

	#celcius{
		position:		absolute;
		background-color:	#6d5b47;
		text-align:		center;
		right:			0px;
		padding:		5px;
	}	
	
	#celcius a,
	#celcius a:link,
	#celcius a:active,
	#celcius a:visited,
	#celcius a:hover
	{
		font-family:		Arial;
		font-size:		12px;
		font-weight:		bold;
		color:			#ffffff;
		text-decoration:	none;
		padding:		10px;
	}
	
/*
--------------------------------------------------------------
|	HEADER
--------------------------------------------------------------
*/

	#header{
		width:			940px;
		padding-top:		95px;
	}
	
	#title_left{
		float:			left;
		font-family:		Arial;
		font-size:		16px;
		font-weight:		normal;
		color:			#ffffff;
		width:			500px;
		padding-bottom:		5px;
	}
	
	#title_right{
		float:			left;
		font-family:		Arial;
		font-weight:		bold;
		color:			#ffffff;
		text-align:		right;
		padding-bottom:		5px;
		width:			440px;
	}	
	
	.brown{
		color:			#86715d;
	}
		
/*
--------------------------------------------------------------
|	MENU
--------------------------------------------------------------
*/
	#menu{
		float:			left;
		width:			200px;
		padding-right:		25px;
	}
	
	#menu a,
	#menu a:link,
	#menu a:active,
	#menu a:visited{
		font-family:		Arial;
		font-size:		11px;
		font-weight:		normal;
		color:			#86715d;
		text-decoration:	none;
		display:		block;
		border-bottom:		1px solid #4f4337;
		padding-bottom:		3px;
		padding-top:		3px;
		width:			200px;
		text-transform: 	uppercase;
	}
	
	#menu a:hover{
		font-family:		Arial;
		font-size:		11px;
		font-weight:		normal;
		color:			#ffffff;
		text-decoration:	none;
		display:		block;
		border-bottom:		1px solid #4f4337;
		padding-bottom:		3px;
		padding-top:		3px;
		width:			200px;
		text-transform: 	uppercase;
	}
	
	#paging{
		text-align:		right;
		padding-top:		15px;		
	}
	
	#paging a,
	#paging a:link,
	#paging a:visited,
	#paging a:hover,
	#paging a:active{
		border:			0px;
		display:		inline;
		padding-right:		3px;
	}
	
	#paging img{
		display:		inline;
	}
	
/*
--------------------------------------------------------------
|	SHOWCASE
--------------------------------------------------------------
*/	

	#showcase{
		float:			left;
		width:			715px;
	}
	
	#showcase img{
		border:			5px solid #86715d;
		margin-bottom:		15px;
	}
	
	#info_left{
		float:			left;
		width:			420px;
		padding-left:		5px;
	}

	#info_right{
		float:			left;
		width:			220px;
		padding-left:		70px;
	}
	
	#info_right img{
		display:		inline;
		border:			0px;
		vertical-align:		bottom;
		padding-right:		10px;
		margin:			0px;
	}
	
	#info_left div{
		position:		absolute;
		background-color:	#000000;
		text-align:		center;
		padding:		5px;
	}	
	
	#info_left a,
	#info_left a:link,
	#info_left a:active,
	#info_left a:visited,
	#info_left a:hover
	{
		font-family:		Arial;
		font-size:		12px;
		font-weight:		bold;
		color:			#86715d;
		text-decoration:	none;
		padding:		10px;
	}	

	#myResps{
		color:			#ffffff;
		font-family:		Arial;
		font-size:		12px;
		font-weight:		bold;	
		padding-bottom:		10px;
	}
	
	.aResp{
		color:			#86715d;
		font-family:		Arial;
		font-size:		11px;
		font-weight:		normal;	
		padding-bottom:		5px;
	}