/* CSS Document */



#header {
	width:		800px;
	height: 200px;
	margin-left: 275px;	
	margin-top: 		5px;
	padding-bottom:		5px;
	background-image: url(img/blogTitleHead.jpg);
	}
	
	
h1 {
		font-family: "Calisto MT";
		font-size: 25px; 
		border-bottom: 1px solid white;
		margin-left: 100px;
		margin-right: 100px;
		margin-top: 40px;
		padding-top: 10px;
		color: #FFFFFF;
		}
	
	#navcontainer
{
margin-left: 350px;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
}

#navlist li
{
display: inline;
padding-bottom: 14px;
padding-left: 20px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 20px;
padding-bottom: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 20px;
color: white;
background: url(http://hekima.lionking.org/randomness/arrowbullet.gif);
background-position: 0 -28px;
background-repeat: no-repeat;}

#navlist a:hover
{
color: black;
padding-left: 20px;
background: url(http://hekima.lionking.org/randomness/arrowbullet.gif);
background-repeat: no-repeat;
background-position: 0 -14px;} 

#allcontent {
	width:		800px;
	height: 3500px;
	margin-left: 275px;	
	margin-top: 		5px;
	padding-bottom:		5px;
	background-image: url(img/texturepurple.jpg);
	background-repeat: repeat-y;
	}
	
	p {
	font-size: medium;
	font-family: Lucida Sans;
	margin-top: 		5px;
	margin-left: 100px;
	margin-right: 60px;
	padding-top: 15px;
	color: #FFFFFF;
	padding-left: 0px;
}


#photo {
	background-image: url(img/GEORGE.jpg);
	padding: 15px;
	margin: 	20px 10px 10px 10px;
	width: 		405px;
	height:		390px;
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	float:		right;
	}

