/* CSS Document */

/*---------------------------------------------
	TAGS
----------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

body {
	background	: url(../../_img/layout/bg.jpg) repeat;
	font	  	: normal normal normal 1em/1.2em Arial, Helvetica, sans-serif;
	color		: black; 
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1.2em;
}

a {
	color: black;
}

a:hover {
	color: white;
}


a, img {
	border: none;
}


/*---------------------------------------------
	DIVS
----------------------------------------------*/

div#top {
	width: 100%;
	height: 100px;
	background: url(../../_img/layout/top.jpg) repeat-x;
}

div#tl {
	width: 47px;
	height: 500px;
	background: url(../../_img/layout/tl.jpg) repeat-y;
	position: absolute;
	left: 0;
	top: 0;
}

div#tr {
	width: 47px;
	height: 500px;
	background: url(../../_img/layout/tr.jpg) repeat-y;
	position: absolute;
	right: 0;
	top: 0;
}

/*---------------------------------------------
	MAIN IDS
----------------------------------------------*/

div#main {
	margin: 0 auto;
	width: 622px;
}

div#logo {
	margin: 0 auto;
	margin-bottom: 80px;
	width: 338px;
	height: 200px;
}

div#ep {
	margin-bottom: 30px;
}

div#myspace {
	margin: 0 auto;
	width: 329px;
	height: 36px;
	margin-bottom:40px;
}
div#foot{
	margin: 0 auto;
	width: 171px;
	height: 44px;
}

.top-margin {
	margin-top: 2em;
}


