/*geral*/
* { margin: 0px; }
a { text-decoration: none; }
li { display: inline; }

body
{
	background: #fff;
	font-family: corbel;
}

/*header*/
#header
{
	background: url("../images/stripes.png");
	height: 56px;
}

.img-header
{
	left: 50%;
	position: absolute;
	margin-left:-50px;
}

/*all*/
#all
{
	background: url("../images/bg.png") bottom repeat-x;
	height: 100%;
	width: 100%;
}

/*main*/
#main
{
	margin: 30px;
}

a.link
{
	color: #0080c0;
}

a.link:hover
{
	border-bottom: 1px dashed #0080c0;
}

.sub-header
{
	color: #A7A7A7;
	font-size: 9pt;
}

.location
{
	color: #c0c0c0;
	font-size: 9pt;
}

/*about*/
#about-blackmedia
{
	width: 570px;
	float: left;
	/* margin-right: 30px; */
	margin-bottom: 50px;
}

p.about
{
	margin-left: 10px;
}

/*side-bar*/
#side-bar
{
	background: url("../images/stripes.png");
	height: 500px;
	width: 300px;
	float: right;
	color: #fff;
	padding: 20px;
	border: 1px dotted #fff;
}

.download
{
	border: 3px solid #fff;	
	padding: 6px;
	margin: 5px 10px;
	cursor: pointer;
}

.download span { font-weight: bold; }


/*footer*/
.strong
{
	font-weight: bold;
}

ul.ft li
{
	float: left;
	padding: 10px;
	text-align: center;
}

ul.ft li a
{
	color: #b5b5b5;
}

.li-hover
{
	border-top: 4px solid #0080c0;
}

ul.ft li span
{
	color: #0080c0;
}

















