@charset "utf-8";
/* file character encoding: UTF-8 - hungarian example: ö(&#246;) ü(&#252;) ó(&#243;) ő(&#337;) ú(&#250;) é(&#233;) á(&#225;) ű(&#369;) í(&#237;), Ö(&#214;) Ü(&#220;) Ó(&#211;) Ő(&#336;) Ú(&#218;) É(&#201;) Á(&#193;) Ű(&#368;) Í(&#205;) en dash: – (&#8211;) em dash: — (&#8212;) horizontal bar: ― (&#8213;) */

/**
 * Resets
 * 
 * resets.css
 * 
 */

/**
 * Style
 */

/* hide from ie on mac \*/
html, body {
	height: 100%;
	/*overflow: auto;*/
}
/* end hide */
body {
	margin: 0px; /* reset */
	padding: 0px; /* reset */

	margin: 0px auto 0px;
	padding: 0px;
	
	background-color: #000;
	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
}
.clear {
	clear: both;
}
p {
	margin-bottom: 14px;
	line-height: 21px;
}
a, a:link {
}
#container {
	margin: 0px auto 0px;
	width: 560px;
	/*height: 100%;*/
	overflow: hidden;
}
#header {
	width: 560px;
	height: 140px;
	
	margin-top: 100px;
	float: left;
	display: inline;
	overflow: hidden;
}
#sitetitle {
	width: 560px;
	height: 0;
	padding-top: 140px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(image/marecord-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content-bg-top {
	background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
	
	width: 560px;
	float: left;
	display: inline;
	clear: both;
}
#content-bg-bottom {
	background-image: none;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 560px;
}
#content {
	margin: 0px; /* reset */
	padding: 0px; /* reset */
	
	margin-top: 100px;
	margin-bottom: 100px;
}
#footer-bg {
	width: 560px;
	float: left;
	display: inline;
	
	font-size: 12px;

}
#footer-column-left {
	width: 320px;
	
	color: #9b9b9b;
	float: left;
}
#footer-column-right {
	width: 240px;
	color: #9b9b9b;
	float: left;
}

.link-red a, .link-red a:link {
	color: #B60707;
	text-decoration: none;
	text-decoration: underline;
}
.link-red a:visited {
	color: #B60707;
	text-decoration: none;
	text-decoration: underline;
}
.link-red a:hover, .link-red a:active {
	color: #B60707;
	text-decoration: none;
}
.link-gray a, .link-gray a:link {
	color: #FFF;
	text-decoration: none;
	text-decoration: underline;
}
.link-gray a:visited {
	color: #FFD;
	text-decoration: none;
	text-decoration: underline;
}
.link-gray a:hover, .link-gray a:active {
	color: #FFF;
	text-decoration: none;
}
h1, h2 {
	color: #FFF;
}
h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited, h1 a:hover, h2 a:hover, h1 a:active, h2 a:active {
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-size: 28px;
	margin-bottom: 42px;
	text-decoration: none;
	text-decoration: none;
}
h2 {
	font-size: 21px;
	margin-bottom: 7px;
	text-decoration: none;
	text-decoration: none;
}
