/* -- GLOBAL -- */
body {
	background-color: #ccccff;
	color: white;
	font-family: arial;
	font-size: 36px;
	
/*	min-width: 1000px;
	max-width: 1000px; */
	
}

header {
	color: #ffd700;
	background-color: #0000ff;
	height: 95px;
	width: 1000px;
	text-align: center;	
	padding-top: 5px;
	z-index: 90;
}

nav {
	background-color: #0000ff;
	border-top: 3px;
	border-bottom: 2px;
	border-color: #ffd700;
	border-style: solid;
	height: 25px;
	width: 1000px;
	font-size: 13px;
	line-height: 25px;
	font-family: arial;
	color: #fff;
	z-index: 90;
}

b {
	font-weight: bold;
}

u {}


/* -- COLORS -- */

.current_page {
	color: #ffd700;
	font-style: italic;
}

/* -- FONTS -- */

h1 {
	font-weight: bold;
	font-size: 36px;
	font-family: arial;
	margin-bottom: 10px;
}


h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-family: arial;
}


h3 {
	font-weight: bold;
	font-size: 20px;
	font-family: arial;
}

h3.content {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	text-align: center;
	margin-bottom: 5px;
}

p {
	color: #000;
	word-wrap: normal;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 18px;
}

/* -- LAYOUT -- */
.wrapper{
	width: 960px;
	margin: auto;
}

#header{
	width: 960px;
	height: 100px;
	margin-bottom: 2px;
	background-color: blue;
}

#box1{
	width: 478px;
	height: 476px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: teal;
	float: left;
}

#box2{
	width: 478px;
	height: 284px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	background-color: brown;
	float: left;
}

#box3{
	width: 478px;
	height: 92px;
	margin: 2px 2px 2px 0px;
	background-color: royalblue;
	
}

#box4{
	width: 478px;
	height: 476px;
	margin: 2px 0px 2px 2px;
	float: right;
	display: inline-block;
	background-color: green;
	float: left;
}

#box5{
	width: 238px;
	height: 188px;
	margin: 2px 2px 2px 0px;
	background-color: purple;
	float: left;
	display: inline;
}

#box6{
	width: 236px;
	height: 188px;
	margin: 2px 2px 2px 2px;
	background-color: tan;
	float: left;
}

#footer{
	width: 960px;
	height: 60px;
	margin-top: 2px; 
	background-color: red;
	clear: both;
}

#left_column75 {
	width: 750px;
	float: left;
	z-index: 80;
}

#left_column70 {
	width: 700px;
	float: left;
	z-index: 80;
}

#left_column50 {
	width: 500px;
	float: left;
	z-index: 80;
}

#right_column25 {
	width: 250px;
	float: left;
	z-index: 80;
}

#right_column30 {
	width: 300px;
	float: left;
	z-index: 80;
}

#right_column50 {
	width: 500px;
	float: left;
	z-index: 80;
}

#column_clear {
	clear: both;
}

#single_column {}

#floating_window {
	line-height: 18px;
	margin-top: 50px;
	maring-left: 30px;
	padding: 10px;
	border:solid 3px rgba(0, 0, 255, .8);
	background-color: rgba(255, 215, 0, 0.8);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-box-shadow: 5px 5px 5px #999999;
	-webkit-box-shadow: 5px 5px 5px #999999;
	box-shadow: 5px 5px 5px #999999;

}

#indent_20 {
	padding-left: 20px;
}
/* -- LINKS -- */

a {
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

a:hover {
	background-color: #ffd700;
	color: #000;
}


}
/* -- PADDING -- */

/* -- MARGIN -- */
.content {
	margin: 15px;
}

/* -- BORDERS -- */

/* -- BACKGROUNDS -- */
