/* CSS RESETS */
ul{ 	margin: 0;  list-style-type:none; }
a:active {	outline: none; }
a:focus {	outline-style: none; }
a, img{border: none;}
#whole_page{
	left: 25px;
	top: 25px;
	bottom: 25px;
	right: 25px;
	background-image: url('../images/WeblandingAUG09.jpg');
	z-index: 10;
	width: 2400px;
	height: 1400px;
}

a {
	color:  #ddd;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/* link navs , h1 for seo */
h1{
	color:  #ddd;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 123.1%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 3px;
	text-align: center;
}

/* floating nav header, h2 bc it links to itself */
h2{
	color:  #ddd;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 5px 0;
}

#content p{
	color: #ddd;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 100%;
	letter-spacing: -2px;
	margin: 5px;
}

/* ------------ navigation menu ------------ */
#nav{
	border: 5px solid black;
	background-image: url('../images/black_bg.png');
	background-repeat: repeat;
	left: 33px;
	top: 50px;
	position: fixed;
	height: auto;
	width: 200px;
}

html>body #nav { /* IE < 7 doesn't understand child selectors */
  width: auto; 
  min-width: 200px;
}

#nav ul, #help ul{
	z-index: 60;
	position: relative;
	list-style: none;
	top: 0px;
	padding: 0px 5px;
	margin: 0 0 0px 0;
}

#nav ul li{
	z-index: 60;
	height: auto;
	width: auto;
}

#nav a{
	z-index: 60;
	text-decoration: none;
}

#nav a:hover{
	text-decoration: underline;
}

#nav_header{
	position: relative;
	background-image: url('../images/sm_header.png');
	background-repeat: no-repeat;
	left: 35px;
	top: 10px;
	height: 54px;
}

/* *************** CONTENT FRAMES **************/
/* all content frames */
#content div{
	border: 2px solid black;
	background-image: url('../images/black_bg.png');
	background-repeat: repeat;
	position: absolute;
}

#nav_header h2{
	text-align: center;
}

/* individual frames, used for positioning */
#weblog_content{
	left: 1310px;
	top: 510px;
	height: auto;
	width: 280px;
}

#imagination_content{
	left: 350px;
	top: 500px; 
	height: auto;
	width: 500px;
}
/* preview links */
#imagination_content a{
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0 0 0 1em;
}
#imagination_content p a{
	text-transform: none;
	letter-spacing: -2px;
	margin: 0;
}

#tomorrow_content{
	left: 1700px;
	top: 200px;
	height: auto;
	width: 300px;
}

#jane_content{
	left: 530px;
	top: 80px;
	height: auto;
	width: 300px;
	padding: 0 0 5px 0;
}
#jane_content a{
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0 0 0 1em;
}

#army_content{
	left: 1220px;
	top: 970px;
	height: auto;
	width: 250px;
}

#media_content{
	left: 2030px;
	top: 1050px;
	height: auto;
	width: 300px;
}

#video_preview{
	left: 250px;
	top: 1000px;
	height: 255px;
	width: 502px;
}

#video_preview .video{
	width: 494px;
	height: 247px;
	margin: 4px;
}

#aegri_preview{
	left: 1800px;
	top: 50px;
	height: 281px;
	width: 478px;
}

#aegri_preview .video{
	width: 470px;
	height: 270px;
	margin: 4px;
}

#shelf{
	width: 1000px;
	height: 200px;
	top: 29px;
	left: 400px;
}
/* ******************* Frame ******************** */
.frame_corners{
	height: 98px;
	width: 98px;
	position: fixed;
	z-index: 50;
}

.frame{
	position: fixed;
	z-index: 40;
}

#left{
	background-image: url('../images/frame_left.jpg');
	background-repeat: repeat-y;
	height: 2100px;
	left: 0;
	top:0;
	width: 29px;
}

#right{
	background-image: url('../images/frame_right.jpg');
	background-repeat: repeat-y;
	height: 2100px;
	right: 0;
	top:0;
	width: 29px;
}

#top_frame{
	background-image: url('../images/frame_top.jpg');
	background-repeat: repeat-x;
	height: 29px;
	left: 0;
	top:0;
	width: 3600px;
}

#bottom{
	background-image: url('../images/frame_bottom.jpg');
	background-repeat: repeat-x;
	height: 29px;
	left: 0;
	bottom:0;
	width: 3600px;
}

#tl_corner{
	background-image: url('../images/corner_tl.png');
	background-repeat:no-repeat;
	left:0;
	top: 0;
}

#tr_corner{
	background-image: url('../images/corner_tr.png');
	background-repeat:no-repeat;
	right:0;
	top: 0;
}

#br_corner{
	background-image: url('../images/corner_br.png');
	background-repeat:no-repeat;
	right:0;
	bottom: 0;
}

#bl_corner{
	background-image: url('../images/corner_bl.png');
	background-repeat:no-repeat;
	left:0;
	bottom: 0;
}