
* {
	margin: 0;
	padding: 0;
	border-style: none;
}

a, a:visited {
	color: white;
	text-decoration: none;
}

html, body, table {
	height: 100%;
	width: 100%;
	
	font-family: "Myriad Pro", "Verdana", "Sans Serif";
	font-size: 12px;
	
	color: white;
}

#maincontainer {
	width: 100%;
	height: 100%;
}

#maincontainer #iefix {
	width: 424px;
}

#iefix2 {
	width: auto;
}

#maincontainer #left {
	background-color: #db501d;
	
	background-image: url('img/leftbg.png');
	background-repeat: repeat-x;
	
	width: auto;
	
	vertical-align: top;
}

#maincontainer #middle {
	background-color: #ececec;
	width: 8px;
}
#maincontainer #right {
	background-color: #f5f5f5;
	width: auto;
	vertical-align: top;
	
	/*background-image: url('img/FM_Covered_Camilla.jpg');*/
	background-repeat: no-repeat;
	background-position: top left;
}

#logolink {
	display: block;
	width: 100%;
	height: 160px;
}

#menu {
	margin-top: 30px; /*190px;*/
	list-style-type: none;
	
	font-size: 14px;
}
#menu li {
	float: left;
}
#menu li a, #menu li a:visited {
	color: white;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}

#video {
	margin-top: 34px;
	margin-left: 10px;
}

#video a, #video a:visited {
	color: blue;
}

.box {
	background-color: #cd5100;
	display: block;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	
	font-size: 14px;
}

.box h1 {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	font-size: 20px;
}

.box p {
	font-size: 14px;
}

#hellobox {
	width: 389px; /*374px; */
	height: 164px;
	
	margin-left: 0px; /*11px;*/
	margin-top: 20px;
}
#coverbox {
	width: 176px;/*169px;*/
	height: 224px;

	float: left;
	margin-left: 0px; /*12px;*/
	margin-top: 10px;
}
#contactbox {
	width: 176px;/*169px;*/
	height: 224px;
	
	float: left;
	margin-left: 11px; /* 10px */
	margin-top: 10px;
}

#bottomrightlinks {
	color: #cd5100;
	padding-bottom: 10px;
	float: right;
	padding-right: 10px;
}

#bottomrightlinks a, #bottomrightlinks a:visited {
	color: #6b6b6b;
}

#bottomrightlinks a:hover {
	text-decoration: underline;
}

#whatwecoverbox1, #whatwecoverbox2 {
	margin-top: 20px;
	width: 389px;
}

#whowecoverbox1 {
	margin-top: 20px;
	width: 389px;
}

#newsbox {
	margin-top: 20px;
	width: 389px;
}

#newsbox2 {
	margin-top: 20px;
	width: 389px;
}

#covermepleasebox {
	margin-top: 20px;
	width: 389px;
}

#pr, #events, #journalism, #websites, #photography, #media, #presenting {
	display: none;
}


