@charset "utf-8";
* {
	padding:0
}
/*General elements*/
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background:#fff;
	color:#2a2a2b;
	font-size:12px;
	line-height:normal;
}
a:link {
	text-decoration:none;
	outline:none;
	font-weight:normal;
	color:#7f2161;
}
a:visited {
	text-decoration:none;
	outline:none;
	font-weight:normal;
	color:#7f2161;
}
a:hover {
	text-decoration:none;
	outline:none;
	font-weight:normal;
	color:#6ab023;
}

h1{
}
.right {
	float:right;
}
.left {
	float:left;
}
ul {
	padding:0px;
	margin:0px
}
li {
	list-style:none
}
p {
	padding:0px;;
	margin:0px 0px 12px 0px;
	text-align:left
}
img {
	border:0
}

/*holder*/
#holder{width:930px; height:580px; margin:auto; margin-top:10%}
/* basic elements */
#header, #content, #footer {
padding:0;
margin:auto;
display:table;
width:930px;clear:both;
}

/* -header- */
#header { height:78px; background:url(../images/header.jpg) no-repeat;}

/*content*/
#content{ height:425px;}
#menu{width:195px; height:395px;display:table; float:left;}
#page_area{width:735px; height:395px; display:table; float:left; line-height:16px;}
#page_area td, p {line-height:16px;}
#page_area a { font-weight:bold;}

/*footer*/
#footer{font-size:10px; height:62px;}
#footer .left{display:table; float:left; width:370px; height:20px; font-size:10px; margin-top:47px;}
#footer .left a:link {color:#2a2a2b;}
#footer .right{display:table; float:right; width:560px; text-align:right; font-size:10px; color:#646567; margin-top:37px;}
