@CHARSET "ISO-8859-1";

body {
	margin: 15px;
}

#container {
	min-width: 800px;
}

#splash {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

/* min-width for ie, must be in here but should not break other browsers if this declaration gets dropped. */
/* Holly Hack, only IE will see this \*/
* html #container {
	width: expression( document.body.clientWidth < 800 ? "770px" : "auto" );
}
/* End Holly hack */

#header {
	width: 100%;
}

#navigation {
	width: 243px;
	height: 100%;
}

#blogTitle, #newsTitle, #contentTitle {
	margin-top: -20px;
}

#newsContent{
	padding-right: 5px;
}
#navigationCell {
	padding-right: 5px; width:244px;
}

#bordersNewsTitle {
	margin-right: 5px;
}

#bordersBlogTitle, #bordersNewsTitle, #bordersContentTitle {
	margin-bottom: 5px;
}

#pageContent {
	width: 100%;
	height: 100%;
}

#blogContent, #newsContent {
	width: 50%;
	height: 375px;
}
