/*///////////////////////////////
PROJECT: 	BLOW MEDIA - WEBSITE
MEDIA:		SCREEN
CREATED: 	05.05.10
//////////////////////////////*/


/* SPECIFY EMBEDDED FONTS */



* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

body {
	font-family: DINLight, sans-serif;
	text-align: left;
	padding: 0px;
	background: #ffffff url(images/bg.jpg) no-repeat 127px 127px;
}

#bodyWrapper {
	width: 968px;
	float: left;
	margin: 0px;
	text-align: left;
}


#header {
	width: 841px;
	float: left;
	height: 67px;
	padding: 60px 0px 0px 127px;
}

#headerleft {
	float: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
}

#headerleft h1 {
	font-family: DINLight, sans-serif;
	font-weight: normal;
	color:#85858a;
	background: url(images/blow-media.gif) no-repeat 0px 0px;
	padding: 0px 0px 10px 45px;
	font-size: 24pt;
}


#headerright {
	float: right;
	text-align:right;
	height: 35px;
	padding: 0px 0px 0px 0px;
}

#headerright h2 {
	font-family: DINLight, sans-serif;
	font-weight: normal;
	color:#85858a;
	padding: 15px 0px 10px 45px;
	font-size: 10pt;
}

#banner {
	width: 841px;
	float: left;
	height: 257px;
	padding: 0px 0px 0px 127px;
}

#content {
	width: 841px;
	float: left;
	padding: 31px 0px 0px 127px;
}

#content p {
	font-family: DINLight, sans-serif;
	font-weight: normal;
	color:#85858a;
	line-height:130%;
	padding: 0px 0px 20px 0px;
	font-size: 10pt;
}

#content span {
	color:#ffb820;
}

#content a:link {
	color:#ffb820;
	text-decoration:none;
}

#content a:visited {
	color:#ffb820;
	text-decoration:none;
}

#content a:hover {
	color:#ffb820;
	text-decoration:underline;
}

#content a:active {
	color:#ffb820;
	text-decoration:underline;
}
