/*---Holder area--*/

html {height:100%;}

body {
	background-color: #7d95fb;
	vertical-align: top;
	color: #5ECBFF;
	background-image: url(http://lostinawesome.co.uk/images/body.png);
	background-repeat: repeat;
}
#holder {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: auto;
	background-image: url(http://punksnotdead.co.uk/lost/images/background_midday.png);
	background-repeat: repeat-y;
	overflow: auto;
	height: 100%;
}
#post {
	height: 600px;
	overflow: auto;
}
/*---header---*/

#header {
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(http://lostinawesome.co.uk/images/header_midday.png);

}

* {
	margin:0px;
	padding:0px;
}

/*---navigation bar---*/
#navigation {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #6699FF;
	word-spacing: 10px;
	text-align: center;
	font-size: 18px;
}
#link {
	float: left;
	clear: both;
	padding-left: 20px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	margin: 10px;
	height: 20px;
	width: 70px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #5ECBFF;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navlist   a:hover 
{
	color: #FF9900;
	text-decoration: none;
	background-image: url(button.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*---content area---*/

#content_php {
	height: auto;
	width: 500px;
	margin-left: 50px;
	margin-top: 200px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	width: 100%;
	vertical-align: bottom;
	float: right;
}

#content {
	width: 600px;
	min-height: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6699FF;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}
	
#content_head {
	width: 600px;
	height: 75px;
	float: right;
}

#content_left {
	float: left;
	height: 200px;
	width: 240px;
}

#content_right {
	float: right;
	height: 200px;
	width: 240px;
}

/*---H and Links---*/

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-left: 50px;
	margin-right: 50px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5ECBFF;
	display: block;
	color: #FFFFFF;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 75px;
	font-size: 14px;
	font-style: italic;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 10px;
	color: #5ECBFF;
	font-weight: bold;
	padding-top: 5px;
	font-style: italic;
}
h3 {
	font-style: italic;
	font-size: 16px;
	margin-left: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 12px;
	font-style: normal;
	color: #5ECBFF;
	margin-left: 5px;
}
a:link {
	color: #66ABFF;
	text-decoration: none;
}

a:visited {
	color: #66ABFF;
	text-decoration: none;
}
#link1 {
	width: 200px;
	margin-left: 250px;
}
#link2 {
	width: 200px;
	margin-left: 250px;
}
#link3 {
	width: 250px;
	margin-left: 250px;
}
#link4 {
	width: 200px;
	margin-left: 250px;
}
#link5 {
    width: 200px;
	margin-left: 250px;
}
#link6 {
	width: 200px;
	margin-left: 250px;
}


/*---portfolio---*/

#portfolio_left {
	float: left;
	width: 270px;
	margin-left: 5px;
	text-align: center;
}

#portfolio_right {
	float: right;
	width: 270px;
	margin-right: 5px;
	text-align: center;
}

#portfolio_centre {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

ul#portlink
{
	margin-left: 30px;
	padding-left: 0;
	white-space: nowrap;
}

#portlink li
{
display: inline;
list-style-type: none;
}

#portlink a {
	margin: 10px;
	height: 20px;
	width: 70px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
