@import url('stdTags.css');
@import url('menu.css');
@import url('modules.css');

html, body{
	padding: 0px;
	margin: 0px;

	color: black;
 	background-color: #FFF7E3;

	font-family: sans-serif;
	font-size: 10pt;
}

#content{
	position: absolute;
	left: 30%;
	top: 130px;
	width: 60%;
}

#menu{
	position: absolute;
	left: 10%;
	top: 130px;
	width: 18%;
}

#info{
	padding-left: 10%;

	width: 18%;
}

#header{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80%;
	height: 117px;

	margin-left: 10%;
	margin-right: 10%;

	border-bottom: 1px solid #DB0024;

	background-image: url('../images/icon.top.main.jpg');
	background-repeat: no-repeat;
	background-position: 70% 0%;
}

	#header img{
		position: absolute;
		left: 10px;
		top: 10px;
	}


#borderLeft, #borderRight{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 9%;
	height: 100%;

	color: black;
	background-color: #FFF2CF;
	background-image: url('../images/border.left.gif');
	background-repeat: repeat-y;
	background-position: right;
}


#borderRight{
	top: 0px;
	left: 91%;

	background-image: url('../images/border.right.gif');
	background-repeat: repeat-y;
	background-position: left;
}