@charset "utf-8";
.content {
	position:absolute;
	top: 0px;
	left: 0px;
	display:block;
	width: 900px;
	height: 500px;
	clear: left;
	background-color: #fff;
}

.container {
	height: 100%;
	width: 1024px;

}

.edge {
	float: right;
	clear: none;
	display: block;
	position: absolute;
	left: 900px;
	top: 0px;
	width: 50px;
	height: 1000px;
	background-image:url('../img/edge-right.gif');
	background-repeat:repeat-y;
	background-position:left;
	
}

.bottom {
	clear: none;
	float: none;
	display:block;
	position: absolute;
	left: 0px;
	top: 998px;
	width: 900px;
	height: 10px;
	background-color:#ddd;
	background-image:url('../img/edge-bottom.gif');
	background-repeat:repeat-x;
	background-position:top;
}

.bottomcorner {
	float: right;
	clear: none;
	display:block;
	position: absolute;
	left: 900px;
	top: 1000px;
	width: 50px;
	height: 12px;
	background-image:url('../img/edge-corner.gif');
	background-repeat:no-repeat;
	background-position:left top;
}

.headline {
	background-color:#00f;
	color:#fff;
	position: absolute;
	top: 50px;
	left: -10px;
	width: 775px;
	height: 125px;
	display: block;
	 -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.headline a {
	text-decoration: none;
	color: white;	
}

.menu {
	display: block;
	padding:0; 
	margin:0;
	position: absolute;
	top: 150px;
	left: -50px;
	-webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.menu li {
	list-style-type: none;
	margin: 0 0 10px 0;
	float: left;
}

.menu a:hover {
	background-color: #0DF; 
	color: #fff;	
}

.menu a, .menu a:visited{
	display: block; 
	width: 105px; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	text-align: center; 			
	text-decoration: none; 
	background-color: #09F; 
	color: #fff;
	padding: 0px;
}

.sidemenu {
	list-style-type: none;
	color: #fff;
	border: 0px;
	text-decoration: none;
	position: relative;
	top: 10px;
	left: 65px;
	
}

.sidemenu li {
	float: left;
	text-align: center;
	margin: 5px 10px 5px 10px;
}

.title {
	font-size: 30pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 2px;
	clear: none;
	float: left;
	position: relative;
	left: 25px;
	top: 0px;
	width: 475px;
}

.leftmargin {
	position: relative;
	display: block;
	margin: 0 25px 50px;
	left: 0px;
	top: 240px;	
	width: 150px;
	float: left;
	clear: none;	
}

.rightmargin {
	position: relative;
	clear: both;
	display: block;
	margin: 0 25px 50px;
	left: 0px;
	top: 270px;	
	width: 150px;
	float: right;
	clear: none;	
}

.caption {
	font-size: 9pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
}

.body {
	display: block;
	margin: 0 35px 10px;
	position: absolute;
	top: 250px;
	left: 150px;
	right: 150px;	
	width: 530px;
	height: 500px;
}

.body h1 {
	font-size: 18pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0px;
	line-height: 20pt;
}

.body h2 {
	font-size: 16pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0px;
	line-height: 18pt;
}

.body p, ol, ul {
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	color:#555;	
}

.copyright {
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	color:#555;
	position:relative;
	top:-30px;
	left: 15px;	
}


.body a {
	text-decoration: none;
}
	
.body a:hover {
	text-decoration: underline;
}

.footer {
	position: absolute;
	width: 70px;
	height: 180px;
	left: 900px;
	background-color: #777;
	display: inline-block;
	margin: 10px 0 0 10px;
	padding: 10px;
	z-index:99;
	text-align: center;
	}
	
	
.footer a {
	color: white;
	border-width: 0px;
	font-size: 10pt;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;	
}

#popup {
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	display: block;
	background-color: #777;
	color: white;
	padding: 5px;
    height: 110px;
    width: 650px;
	position: absolute;
	top: 0px;
	z-index: 100;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#popup .message {
	display: inline-block;
	margin: 5px 5px 5px;
	clear: none;
	width: 590px;	
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
}

#popup h1 {
	font-size: 14pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0px;
	line-height: 8pt;	
}

#popup .close {
	display: inline-block;
	clear: none;
	float: rigth;
	position: relative;
	top: -80px;
}

img {
	border: 0px;	
}


