/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #182e69;
	background-color: #2654a2;
	background-image:url(../images/back.jpg);
	background-repeat: repeat-x;
	}
		
															/** MAIN CONTAINERS **/
div#container {
	margin: 1em auto;
	}
div#header {
	margin:0;
	padding:0;
	height:146px;
	}
div#header-in {
	height:146px;
	}
div#content-wrap {
	background-color: #fff;
	}
div.content {
	color: inherit;
	background-color: #fff;

	}
div.content-in {
	padding: 10px 0 10px 0;
	word-wrap: break-word;
	}
div.column {
	width: 175px;
	color: inherit;
	background-color: #fff;

	}
div.column-in {
	padding: 10px;
	}
div#footer {
	color: inherit;
	}
div#footer-in {
	padding: 10px 10px 30px 10px;
	}
														
														
															/** SUB CONTAINERS **/
.navright {float:right; padding:0;margin:0;	height:146px; }
.navleft {float:left; padding:0;margin:0; height:146px;}
.footerright {float:right; padding:0;margin:0; }
.footerleft {float:left; padding:0;margin:0;}
.bookcover{text-align:center;}


															/** CORNERS **/

div.nav {
  	background: #172c68;
  	border-bottom:5px white solid;
}
div.bookbox {
  	background: #5f6643;
  	border-bottom:10px white solid;
  	border-top:20px white solid;
}
div.journalbox {
  	background: #e0ad46;
  	border-bottom:10px white solid;
  	border-top:10px white solid;
}
div.rounded div {
  	height: 1px;
  	overflow: hidden;
}
#radiusx, #radiusy {
  	text-align: right;
  	width: 7px;
}
.navitem {
	padding-left:5px;
	color:#fff;
}
.journalitem {
	padding:8px;
	color:#44492e;
	text-align:center;
}
.bookitem {
	padding:8px;
	color:#fff;
	text-align:center;
}

															/** LISTS **/
ul, ol{
	list-style: square
	}
li{margin-left:25px;}

															/** TYPOGRAPHY **/
H2{font-size:1.6em;color:#5f6643;}
H3{font-size:1.3em;}

a{color:#182e69;font-weight:bold;text-decoration:underline;}
a:hover{color:#fff;background-color:#182e69;font-weight:bold;text-decoration:none;}

.bookcover a{
	color:#172c68;
	font-weight:bold;
	/*border-bottom:1px solid white;*/
}
.bookcover a:hover{
	background-color:#172c68;
	color:#fff;
}
.navitem a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	/*border-bottom:1px solid white;*/
}
.navitem a:hover{
	background-color:#fff;
	text-decoration:none;
	color:#172c68;
}
.journalitem a{
	text-decoration:underline;
	color:#44492e;
	font-weight:bold;
}
.bookitem a:hover{
	background-color:#fff;
	text-decoration:none;
	color:#44492e;;
}
.bookitem a{
	text-decoration:underline;
	color:#fff;
	font-weight:bold;
}
.journalitem a:hover{
	background-color:#44492e;
	text-decoration:none;
	color:#e0ad46;
}
#footer-in{
	color:#e0ad46;
}
#footer-in a{
	color:#fff;
	font-weight:bold;
}
#footer-in a:hover{
	color:#2654a1;
	background-color:#fff;
}

															/** FORMS **/
* { }

															/** END **/