@charset "UTF-8";
/* CSS Document */
body {
	font-family: verdana, helvetica;
	font-size: 11pt;
	margin: 0pt;
	padding: 0pt;
}

#pagewrapper {
	position: relative;
	margin: 0 auto; 
	width: 945px;
	background-image: url(../images/artstart_logo.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
}

#header { 
	width: 835px;
	height: 174px;
	float:right;
}

#movieplayer {
	float: right;
	width: 835px;
	height: 400px;
	
	vertical-align: top;
	padding-top:10px;
}

#introduction {
	float: right;
	width: 835px;
	margin-top: 10px;
}

#content {
	width: 835px;
	float: right;
	margin-top: 20px;
	
	padding-bottom: 10px;
	border-top-style:none;
	border-right-style:none;
	border-bottom: solid 1px #000;
	border-left-style: none;
	margin-left: 110px;
}

#content img {
	float: left;
	border: none;
	margin-right:20px;
	margin-bottom:10px;
}

img {
	float: left;
	border: none;
	
}

h1 {
	font-size: 13pt;
	line-height: 15pt;
	
}

a {
	color:#000;
	font-style: none;
	text-decoration: none;
}
	
	

