@charset "utf-8";
/* 					MAIN.CSS				 	*/
/* 		(C) 2009 Live Concepts Media	 		*/

html {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	background: #000 url(../images/body-bg.jpg) 0 250px repeat-x;
}
#bodywrap {
	width: 820px;
	margin: auto;
	padding: 0px;
}
#container {
	width: 820px;
	height: 780px;
	text-align: left;
	margin: auto;
	background: url(../images/content-bg.jpg) 0 0 no-repeat;
	float: left;
}
#logo {
	width: 725px;
	height: 135px;
	padding-top: 115px;
	padding-left: 95px;
	float: left;
}
#copy {
	width: 700px;
	height: 180px;
	padding: 20px 35px 0px 85px;
	font-size: 1.2em;
	float: left;
}
#copy .about {
	width: 380px;
	padding-right: 55px;
	border-right: 1px dashed #999;
	float: left;
}
#copy .contact {
	padding-top: 20px;
	padding-left: 45px;
	float: left;
}
#tag {
	padding-top: 60px;
	padding-left: 180px;
	float: left;
}

a			{ color: #bf1f25; text-decoration: underline; }
a:visited 	{ color: #bf1f25; text-decoration: underline; }
a:active	{ color: #bf1f25; text-decoration: none; }
a:hover		{ color: #bf1f25; text-decoration: none; }

img { border-width: 0px !important;  }

li { padding-bottom: 5px; }
