/*
Pink: #EA128D
Blue: #07ADDD
Green: #678E4D
Gray: #454545
Tan: #F2EDD8
*/


body {
	font-family:verdana;
	font-size: 12px;
	color: #F2EDD8;
	background-color:#454545;
	line-height: 14px;
	background-image: url('images/bg.png');
	margin:0px;
}

#container {
	background-image: url('images/header_tile.png');
	background-repeat: repeat-x;
	position:absolute;
	width:100%;
	height:100%;
}

#layout {
	 margin: 0px auto;
	 width: 100%;
}

#content {
	margin-top: 0px;
	text-align:left;
	margin-left:30px;
}

#header {
	font-size: 20px;
	line-height: 30px;
	padding:50px;
}

#logo {
	width: 320px;
	height: 250px;
	background-image: url('images/kiloinclogo.png');
	background-repeat: no-repeat;
	background-position: center center;
	z-index:0;
	margin:7px 15px 15px 40px;
	float:left;
}

#children {
	margin-left:370px;
}

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

a:hover {
	 color: #F2EDD8;
}

.records {
	color: #EA128D;
}

.productions {
	color: #07ADDD;
}
.green {
	color: #678F4E;
}

a.records {
	color: #EA128D;
}

a.productions {
	color: #07ADDD;
}

a.records:hover {
	outline: 1px solid #EA128D;
	color: #F2EDD8;
	background-image:url('images/studios.png');
}

a.productions:hover{
	outline: 1px solid #07ADDD;
	color: #F2EDD8;
	background-image:url('images/productions.png');
}

a.studios:hover, a.productions:hover, a.records:hover {
	
}

.headline {
	font-size:28px;
	margin-left:-2px;
	margin-bottom:5px;
}

.brand {
	width: 350px;
	text-align:center;
	font-size: 76px;
	float: left;
	

}

.info  {
	height:32px;
	margin:25px;
	padding:85px 10px;
	text-align:center;
	width:312px;
}

.records_bg {
	background-image:url('images/studios.png');
}

.productions_bg {
	background-image:url('images/productions.png');
}

.studios_bg {
	background-image:url('images/studios.png');
}

.clear_float {
  	clear: both;
	height: 0px;
}

