/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

html, body { background: #90A4F8; }

html { font-size: 100%; }

body { font-size:  62.5%; }

.hidden { display: none; }

#page-container {
	width: 758px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
}

/* HEADERS */

#header {
	height: 80px;
	background-image: url(/editedimages/header.gif);
	background-repeat: no-repeat;
	background-color: #8096F6;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* TRANSLATION */

#translator { 
	float: right; 
	width: 110px;
	margin: 5px 0px 0px 0px;
}

#translator ul { list-style: none; }

#translator li {
	display: inline;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
}

#translator a {
	text-decoration: none;
	color: #000000;
}

#translator a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* MENU */

#masthead {
	height: 20px;
	background-color: #8096F6;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
}

#masthead .main-nav ul {
	list-style: none;
	text-align: left;
}

#masthead .main-nav li { 
	display: inline; 
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #000000;
}

#masthead .main-nav a {
	text-decoration: none;
	color: #000000;
}

#masthead .main-nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* CONTENT */

#scrollingcontent {
	background-color: #FFFFFF;
	height: 453px;
	overflow: auto;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	height: 453px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#leftcontent {
	width: 415px;
	padding-left: 10px;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.75em;
}

#leftcontent p { 
	text-align: justify;
	margin-bottom: 1.5em;
}

#leftcontent ul li { list-style-type: none; }

#leftcontent ul { margin-bottom: 1.75em; }

#leftimg { width: 301px; }

#rightcontent {
	float: right;
	width: 375px;
	padding-right: 10px;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.75em;
}

#rightcontent ul li { list-style-type: none; }

#rightimg {
	float: right;
	width: 301px;
	height: 453px;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* GALLERY SPECIFIC STYLES */

#thumbs {
	width: 233px;
	height: 395px;
	overflow: auto;
	margin: 25px 67px 0px 43px;
}

#thumbs img {
	padding: 0px 14px 10px 0px;
	cursor: pointer;
	border: none;
}

#mainPic {
	float: right;
	width: 455px;
	text-align: center;
}

#caption {
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/* RESUME SPECIFIC STYLES */

#restext {
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 125%;
}

.res1 { padding: 10px; }

.res1 ul { margin-left: 10px; }

.res2 {
	float: right;
	width: 310px;
	padding: 10px;
}

.res2 ul { list-style-type: none; }

.res3 {
	float: right;
	width: 90px;
	padding: 10px;
	text-align: right;
}

.res3 ul { list-style-type: none; }

.res35 {
	float: right;
	width: 170px;
	padding: 10px;
}

.res35 ul { list-style-type: none; }

.res4 {
	float: right;
	width: 127px;
	padding: 10px;
}

.res4 ul { list-style-type: none; }

/* FOOTER */

#footer {
	clear: both;
	background-image: url(/editedimages/footer.gif);
	background-repeat: no-repeat;
	background-color: #8096F6;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#footer p {
	padding: 45px 0px 0px 10px;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
}

/* ALL LINK STATES */

#content a {
	color: #000000;
}

#content a:hover {
	text-decoration: none;
	color: #8096F6;
}

/* GENERAL TEXT */

h1 {
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 2em;
}
