/*****Basic Elements*****/  

body {
	background: #161817;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.clear {
	clear: both; 
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

p {
	margin-bottom: 20px;
}

#flashPlayer {
	position: absolute;
	left: 100px;
	top: 370px;
}

.top {
	text-align: left;
	position: relative;
	height: 420px;
	background: url(../images/SKback_top.jpg) no-repeat;
}

.container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#videotext {
	padding: 30px 100px 20px 100px;
	background: url(../images/SKback_bottommiddle.jpg) repeat-y;
}

#footer {
	background: url(../images/SKback_bottom.jpg) no-repeat;
	height: 100px;
}

h1 {
	font-size: 36px;
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;
	margin-bottom: 20px;	
}

ol {
padding-left: 0px;
margin-left: 20px;
vertical-align: text-bottom;
}
li {
vertical-align: text-bottom;
list-style-type: decimal;
}

.errortext {
color: #ffa829;
padding: 0px 0px 0px 20px;
}

a {
	text-decoration: underline;
	color: #ffa829;
}

a:hover {
	text-decoration: underline;	
}

td {
 width:130px;
 color: #000;
}

form {
padding: 20px;
}

input {
margin-right:10px;
width: 215px;
}
