/**
* Ann Christin Cappelen for http://www.lillarosin.com
* November, 2010
*/

/* Reset everything! */
* { padding: 0; margin: 0; }

body {
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}

img { border: none; }
a { text-decoration: none; }

/********************** Layout ***********************/
#main_container {
	position: relative;
	margin: 0 auto;
	width: 1010px;
}

#header {
	position: relative;
	height: 450px; 
	width: 1010px;
	background: url("header.jpg") no-repeat bottom center;
}

#navbar {
	position: relative;
	height: 100px;
	text-align: center;
	margin: 30px auto 0 auto;
	width: 510px;
}

#navlink {
	float: left;
	width: 150px;
}
.rmargin { margin-right: 30px; }

#navlink .image { width: 100px; margin: 0 auto; display: block; }
#navlink .text { display: block; color: #4a5795; }
.middletext { color: #6a97bf!important; }
