body {
	background: #614141;
	color: #FFFFFF;
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
    background-image: url('../images/wallpaper_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

* html body {
	line-height: 12px;
}
a:link { 
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}
	
a:visited { 
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
}

#content a:link { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

#content a:visited { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}
	
#content a:hover, #content a:active { 
	color: #5f7c8d;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

#container {
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	width: 1100px;
	font-size: 10px;
	background-color:#49004D;
}

#content {
	clear: both;
	margin-top: 15px;
	width: 1050px;
	background-color:#29004D;
	margin-left: 10px;
}


#header{
	border: 6px solid #FFFFFF;
	clear: both;
	font-size: 18px;
	height: 40px;
	padding-top: 2px;
	text-align: center;
	width:1050px;
	background-color:#49004D;
}


#nav {
	border: 6px solid #FFFFFF;
	font-size: 13px;
	height: 60px;
	padding-top: 6px;
	text-align: center;
	width: 1100px;
	background-color:#49004D;
	margin-left: 20px;
}

#nav_1 {
	border: 6px solid #FFFFFF;
	font-size: 16px;
	height: 50px;
	padding-top: 16px;
	text-align: center;
	width: 390px;
	background-color:#49004D;
	margin-left: 10px;
}

#nav_2 {
	background-color:#99004D;
	border: 6px solid #FFFFFF;
	font-size: 12px;
	height: 100px;
	padding-top: 16px;
	padding-left: 16px;
	text-align: left;
	width: 337px;
	background-color:#99004D;
}

#nav_3 {
	border: 6px solid #FFFFFF;
	font-size: 12px;
	height: 270px;
	padding-top: 16px;
	padding-left: 16px;
	text-align: left;
	width: 337px;
	background-color:#99004D;
}

#nav_4 {
	border: 6px solid #FFFFFF;
	font-size: 16px;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	width: 390px;
	background-color:#99004D;
}


.thumbnails ul {
	list-style: none;
	margin: 0;	background-color:#99004D;

	padding: 0;
}

.thumbnails li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 15px;
	padding: 0;
}

.button_s {
  background-color: white;
  color: green;
  width: 120px;
  font-size: 14px;
}

.button_s:hover {
    background-color: #eadad6;
}

.button_r {
  background-color: white;
  color: red;
  width: 120px;
  font-size: 14px;
}

.button_r:hover {
    background-color: #eadad6;
}


