@charset "UTF-8";

body {
	background-color:transparent;
	background-image:url(Wallpaper/1.png);
	background-attachment:fixed;
	background-repeat:repeat;
}

#wrap {
	background-image:url(Wallpaper/8.jpg);
	left top repeat;
	width:82%;
	margin:30px auto;
	padding:40px 30px 30px 0;
}

#screen {
	background:#47720F;
	padding:15px 15px 15px 10px;
	border-left-height:2px;
	border-left-style:dotted; 
	border-left-color:white;
	border-right-height:2px;
	border-right-style:dotted;
	border-right-color:white;
}

#sidebar1 {
	background:#BBdB88;
	margin-left:70%;
	width:25%;
	padding:10px;
}

#sidebar2 {
	background:#BBdB88;
	margin-left:70%;
	width:25%;
	padding:10px;
}

#main {
	width:65%;
	padding:4px;
	float:left;
	background:#BBdB88;
}

#footer {
	clear:both;
	border-top-width:2px;
	border-top-style:dashed;
	border-top-color:white;
}

p {
	font-family:"Trebuchet MS". "Helvetica", sans-serif;
	font-weight:normal; color:#01172E;
	font-style:normal;
	font-size:13px;
	text-align:justify;
}

a, 
a href:link, 
a:focus, 
a:active {
	font-family:"Trebuchet MS", "Helvetica", sans-serif;
	color:#E6E100;
	font-size:16px;
	text decoration:overline;
	border-bottom:1px;
}

a:hover {
	color:#AED673;
	font-weight:normal;
	text decoration:underline;
	border-bottom:0px;
	font-style:normal;
	cursor:crosshair;
}

h2, 
h1 {
	font-family:"Trebuchet MS", "Helvetica", sans-serif;
	font-weight:bold;
	color:black;
	background:#69A61D;
	letter spacing:0.4em;
	text-align:center;
}

img {
	border:none;
	overflow:hidden;
}