@charset "utf-8";
/* CSS Document */

/*SETUP*/
html, body {
	padding: 0px; 
	margin: 0px; 
	height: 100%;
}

body {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

img {
	border: 0px;
}

ul, li {
	padding: 0;
	margin: 0;
}

h1, h2 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	font-weight: normal;
}

.plain {
  font-style: normal;
}

.italic {
  font-style: italic;
}


/*CSS3 FONT*/
@font-face {
  font-family: goudy;
  src: url('goudy-reg.ttf'),
       url('goudy-reg.eot') format("opentype"); /* IE */
}

.goudy {
  font-family: goudy, Georgia, Serif;
}


/*BODY*/
#container {
	width: 1000px;
	margin: 0px auto;
}

#left_navi {
	width: 234px;
	float: left;
	height: 500px;
	padding-top: 76px;
	text-align: right;
	padding-right: 15px;
}

#left_navi img {
	margin-bottom: 63px;
}

#left_navi ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

#left_navi ul li a {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1pt;
}

#left_navi ul li a:hover {
	text-decoration: underline;
}

#right_main {
	width: 750px;
	float: left;
	border-left: dotted #FFFFFF 1px;
}

#title {
	width: 750px;
	height: 180px;
	border-bottom: 1px dotted #FFFFFF;
}

#content {
	width: 720px;
	padding: 15px;
	text-align: justify;
  min-height: 450px;
}

#content a {
	color: #CCCCCC;
	text-decoration: underline;
}

#content a:hover {
	color: #999999;
}

.smskip {
  margin-bottom: 8px;
}

.medskip {
  margin-bottom: 15px;
}

.bigskip {
  margin-bottom: 30px;
}

.hugeskip {
  margin-bottom: 35px;
}

.center {
  text-align: center;
}

a#thumbnail {
	display: inline;
	float: left;
	width: 240px;
	margin: 0px;
	padding-bottom: 20px;
	height: 200px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

a#thumbnail img {
	margin-bottom: 4px;
}

div.row {
  float: left;
  width: 690px;
  margin-top: 8px;
  margin-bottom: 25px;
}

.bigthumbnail {
  text-align: center;
  width: 345px;
  float: left;
}

