/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

html, body { background: #2D2B84; }

html { font-size: 100%; }

body { font-size: 62.5% }

#page-container {
	width: 760px;
	margin: auto;
	background-color: #FFFFFF;
}

/** HEADER */

#header {
	height: 100px;
	background-image: url(../images/danalogo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/** MENU */

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #C6982B;
	text-align: center;
	padding: 5px 0px 6px 0px;
}

#menu ul {
	list-style: none;
}

#menu li { 
	display: inline; 
}

#menu a {
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover { background-color: #6D92D5; }

/** CONTENT */

#index-container {
	width: 477px;
	height: 620px;
	margin: auto;
	margin-top: 20px;
}

#index-container a img { border: 0; }

#content { 
	width: 480px; 
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	padding: 5px 0px 40px 20px;
}
	
#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol { line-height: 150%; }

#content ul { 
	list-style: none; 
	margin: 0px 0px 12px 40px;
}

#content .separator {
	margin: 0px auto 8px auto;
	width: 50%;
	border-bottom: 1px solid #666666;
}

/* STYLING FOR IMAGES */
#content .menu2 { margin-bottom: 30px; }

#content .menu2 ul { list-style: none; }

#content .menu2 li { 
	display: inline; 
	margin-right: 15px;
}

#content ul li a img {								
	border: 3px solid #000000;
}

#content ul li a img:hover {						
	border: 3px solid #6D92D5;
}

#right {
	float: right;
	width: 230px;
	margin-top: 20px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 760px;
	margin: auto;
	border-top: 2px solid #4773C1;
	background-color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	color: #AAAAAA;
	background-color: #FFFFFF;
}

/** TEXT STYLING */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #AA1133;
	margin: 15px 0px 15px 0px;
}

a {
	font-weight: bold;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #B44480;
}

.pressheader {
	margin-bottom: 15px;
}