@charset "utf-8";

/*----Page Elements----*/
body{
background-color:#313131;
background-image:url(LayoutImages/WoodBG.jpg);
background-repeat:repeat;
background-position:left bottom;
font-family:Arial, Helvetica, sans-serif;
font-size: .9em;
color: #03000b; 
}

A:link {text-decoration:none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: ; color: red;}

/*----Divs for Layout Design----*/


#Container{
	position: relative;
	width: 100%;
}


#Links{
	width:800px;
	height:600px;
	position:absolute;
	top: 235px;
	left: 250px;
}

#BorderP{
	background-image: url(LayoutImages/Sketchbook.png);
	background-repeat:no-repeat;
	width:1024px;
	height:768px;
	position:absolute;
	left:150px;
	top:-8px;
	padding: 0px;
	border:none;
}
/*----Scrolling Div for Images/Text----*/
#ContentText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#cccccc;
	width:379px;
	height:450px;
	position:absolute;
	left:704px;
	top:217px;
	overflow:auto;

}
