* {
 margin: 0px;
}

html {
   overflow-y: scroll;
   overflow-x: hidden;
}

@font-face {
	font-family: Perpetua;
	src: url( "Perpetua.ttf" ) format("truetype");
}

@font-face {
	font-family: PerpetuaMT;
	src: url( "PerpetuaTitlingMTLight.ttf" ) format("truetype");
}

body {
   color: #333333;
   font-family: Perpetua;
   font-size: 18px;
   background-color: #ddd;
}

#everything {
   width: 1200px;
   padding: 30px;
   background-color: #fff;

}

#page {
}

#sidebar {
	width: 390px;
	float: left;
	padding-right: 10px;
}

#sidebar p {
	margin-top: 40px;
	
}

#content {
    float: right;
    width: 800px;
}

#text_content {
    text-align: left;
    margin-top: 40px;

}

#logo {
   width: 290px;
      

}

#footer {
     text-align: center;
	clear: both;
    font-size: 18px; 

}


#image img {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 780px;
}

#menu {
	font-size: 19px;
	table-layout: fixed;
    width: 100%;
}

#menu td {
	text-align: center;
	font-family: PerpetuaMT;
    color: #000;
    font-size: 19px;
}


a:link {color: #999999;font-family: Perpetua;}     /* unvisited link */
a:visited {color:#999999;font-family: Perpetua;}  /* visited link */
a:hover {color:#000000;font-family: Perpetua;}  /* mouse over link */
a:active {color:#000000;font-family: Perpetua;}  /* selected link */ 

a.titleLink:link {font-size:21px;color:#000000;font-family: PerpetuaMT;text-decoration:none;} /* unvisited TITLE link */
a.titleLink:visited {font-size:21px;color:#000000;font-family: PerpetuaMT;text-decoration:none;} /* visited TITLE link */
a.titleLink:hover {font-size:21px;color:#999999;font-family: PerpetuaMT;text-decoration:none;} /* mouse over TITLE link */



#theme_span {
   color: #000;
   font-size:20px;
   font-family: PerpetuaMT;
}

#caption_wrap {
    margin-top: 20px;
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}

#caption_span {
   color: #000;
   text-align: center;
   font-family: PerpetuaMT;
   font-size: 14px;
}

#caption {
    text-align: left;
	float: left;
	position: relative;
	left: -50%;
	color: #333333;
    font-family: "Perpetua";
}