/*
Design by Ivan Ralchev
http://ralchev.info
*/

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', Verdana;
	background-color: #999999;
	}

#page {
	width: 1208px; /* 808+ */
	height: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#left {
	width: 404px;
	height: 600px;
	float: left;
	background-image: url('design/left1.png');
	background-repeat: no-repeat;
	}
	
#main {
	height: 600px;
	float: left;
	background-image: url('design/center1.png');
	background-repeat: repeat-x;
	overflow: hidden;
	}

#right {
	float: left;
	width: 404px;
	height: 600px;
	background-image: url('design/right1.png');
	background-repeat: no-repeat;
	}
	
.box {
	position: relative;
	float: left;
	width: 400px;
	height: 600px;
	}

.story {
	padding: 50px;
	}
	
.story p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

.box-menu {
	position: relative;
	float: left;
	width: 200px;
	height: 600px;
	}

.menu {
	padding: 50px;
	}

.menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

.menu li, .menu li a:link, .menu li a:active, .menu li a:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	padding: 10px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	}
	
.menu li a:hover, .menu li a:focus {
	color: #ffffff;
	background-color: #999999;
	font-weight: bold;
	}
