@charset "utf-8";
/* CCSS for YA Literature Review magazine*/

h1 {
font-family: "segoe script", Book Antiqua, Garamond, sans-serif;
font-size: xx-large;
background-color: #666666;
color: #cc99ff;
border: 9px solid #bcbefe;
padding-top: 15px;
padding-bottom: 10px;
margin: 0;
}

#mainnavigation{
border-width: 5px;
border-style: ridge;
border-color: #666666;
background-color: #bcbefe;
font-weight: normal;
width: 190px;
height: auto;
position: absolute;
float: left;
top: 130px;
}

body {
font-family: Book Antiqua, Bookman Old Style, Garamond, Courier, sans-serif;
line-height: 150%;
padding: 0;
margin: auto;
background-color: #e5e5e5;
}

#bodycontent {
text-align: justify;
width: auto;
top: 150px;
left: 240px;
right: 270px;
color: #333333;
}

#image {
	border-width: 5px;
	border-style: ridge;
	border-color: #666666;
	background-color: #FFF;
	position: absolute;
	right: 0px;
	left: 741px;
	top: 130px;
}

#intro {
	width: 500px;
	position: absolute;
	left: 220px;
	top: 100px;
}

#content {
	width: 800px;
	position: absolute;
	border-width: 3px;
	border-style: dashed;
	border-color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	top: 1288px;
	left: 146px;
}

#contentlist {
	position: absolute;
	top: 1400px;
	left: 150px;
}

#submissions {
	position: absolute;
	top: 1600px;
	left: 144px;
	right: 100px;
}
