html {

}

body {
	background: #3e4146 url('images/background.jpg') no-repeat;
	background-position: top center;
	text-align: center;
	line-height: 18px;
	font-family: helvetica, san-serif, verdana;
	font-size: 12pt;
}

.indexCopy {
	font-size: 13pt;
	text-align: justify;
	width: 700px;
	margin-left: 40px;
}


.contentBlock {
	text-align: left;
	color: #FFFFFF;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.contentLeft {
	text-align: justify;
	float: left;
	color: #FFFFFF;
	width: 360px;
	margin-bottom: 50px;
}

.contentLeftBackground {
	text-align: justify;
	float: left;
	color: #FFFFFF;
	width: 360px;
	height: 325px;
	background-color: #3e4146;
	padding-right: 10px;
	padding-left: 10px;
}

.contentRight {
	text-align: justify;
	float: right;
	color: #FFFFFF;
	width: 360px;
	margin-bottom: 50px;
}

.contentRightBackground {
	text-align: justify;
	float: right;
	color: #FFFFFF;
	width: 360px;
	height: 325px;
	background-color: #3e4146;
	padding-right: 10px;
	padding-left: 10px;
}

.resumeContent {
	width: 720px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-align: left;
	height: 500px;
}

.flash {
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

.footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	color: #FFFFFF;
	float: left;
	margin-left: 40px;
}

img.imgCenter {

	margin-left: auto;
	margin-right: auto;
}

h2 {
	width: auto;
	text-align: center;
}

a:link {
	color: #FFFFFF;
	text-align: center;
}

a:hover {
	color: #96969E;
	text-align: center;
}

a:visited {
	color: #FFFFFF;
	text-align: center;
}


/* GLOBAL */
html, body { margin: 0px; padding: 0px; }
.contentBlock { margin-top: 30px; }
.contentRightBackground { height: auto !important; }
/* GLOBAL */

#translations
{
list-style-type: none; 
list-style-position: inside; 
margin: 20px auto 0px auto;
padding: 0px;
text-align: right;
width: 1000px;
display: block;
}

#translations li 
{
display: inline;
list-style-type: none;
padding-right: 5px; 
}

#translations a { color: #ffffff; }