/* ----------------- LANDING PAGE ----------------- */

h1 {
	font-size: 28px;
	line-height: 1.4em;
	margin: 10px 0 20px 0;
}

h2 {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #603913;
}

h3 {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
}


a {
	text-decoration: none;
	color: maroon;
}

a:hover {
	color: black;
}

#contents {
	width: 950px;
	margin: 30px auto 0 auto;
	padding-bottom: 30px;
}

.enter_button {
	position: relative;
	float: left;
	margin:0 4% 0 -13px;
	width:45%;
}

li {
	line-height: 1.6em;
	list-style: disc outside;
	margin-left: 18px;
	font-size: 16px;
	}
	
ul {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
}

.enter_button a {
	text-decoration: none;
	background: url("../images/mm_enter-database.png") top left;
	height: 76px !important;
	overflow: hidden;
	width: 313px;
	padding: 29px 0 0 30px !important;
	display: block;
	color: white;
}

.enter_button p {
	font-size: 13px !important;
	margin-top: 2px;
}

.enter_button h2 {
	margin: 0;
	padding: 0 0 0.1em 0 !important;
	color: white;
}

.enter_button a:hover {
	background-position: 0 -106px;
}


.col2 p,  .col2 li {
	font-family: georgia, serif;
	clear: left;
}


#main .col2 p{
	width: 90%;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#dvd-cases {
	background: white;
	padding-left: 20px;
	margin-top: 15px;
}

.note {
	background: #fff2a1;
	border: 1px dotted maroon;
	padding:10px 15px 10px 15px;
	width: 80%;
	margin: 0 0 20px 0;
}

.col1 .note {
	margin: 0 0 20px 10px;
}

.note p {
	margin: 0;
	font-size: 16px;
	line-height: 1.4em;
}


.note h2 {
	margin-bottom: 5px;
}

#note1 {
	margin-top: 420px;
}

#main .note h2 {
	padding-top: 0;
	font-size: 18px;
	}


#main .note li {
	font-size: 15px;
	line-height: 1.4em;
}

.col1 {
	width: 350px;
	float: left;
}

.col2 {
	width: 530px;
	margin-top: 10px;
	float: left;
	padding-bottom: 30px;
}

#footer {
	border-top: 1px dotted silver;
	padding: 10px 0 30px 0;
	margin-top: 20px;
	clear: both;
	background: black;
	color: white;
}


#footer p {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	width: 980px;
	margin: 0 auto;
}