@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	font-size:14px;
	color:#EEEEEE;
	font-family:"Courier New", Courier, monospace;
}

li{margin:0;padding:0;}

li{list-style:none;}

a:link, a:active, a:visited {
	color:#EEEEEE;
	text-decoration:none;
}

a:hover {
	color:#999;
}

.header{
	width:1000px;
	margin: 0 auto;
	padding: 0;
}

.footer{
	width:1000px;
	padding-top:15px;
	margin: 0 auto;
	padding: 0;
}

.stage{
	background-image:url("http://alexanderjones.eu/images/gradient.png");
	min-height:298px;
}

.inner_stage{
	width:1000px;
	margin: 0 auto;
	padding: 0;
	color:#FFFFFF;
}

.page_content{
	background-image:url("http://alexanderjones.eu/images/gradient.png");
	background-repeat:repeat-x;
	background-position:top;
}

.page_content_inner{
	margin: 0 auto;
	width: 1000px;
}

.logo{
	font-size:48px;
	font-weight:bolder;
}

.tagline{
	font-size:24px;
}

.work{
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;

	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

.box_heading{
	font-family:"Monotype Corsiva", cursive;
	font-size:30px;
	font-weight:bold;
	color:#000;
}

.underline{
		text-decoration:underline;
}
