@import url('reset.css');

html {
  background-color: #EFEFEF;
  font-family: 'Times New Roman', serif;
  font-size: 1.0em;
}

h2 { font-size: 200%; }
h3 { font-size: 150%; }

#container {
  background-color: #58574B;
  border: 1px solid #000;
  margin: 50px auto;
  min-height: 600px;
  width: 960px;
}

#header {
  background-color: #58574B;
}

#header #slideshow1 {
  float: left;
}

#header #title {
	background: url('../images/heading.png') no-repeat;
	display: block;
	float: none;
	height: 100px;
	margin-left: auto;
	width: 480px;
	margin-right: auto;
}

#header #title * {
  display: none;
}

#main {
  background-color: #E3E3A8;
  clear: both;
}

.clear {
  clear: both;
}

#sidebar {
  background-color: #E3E3A8;
  float: left;
  min-height: 500px;
  width: 175px;
}

#sidebar #language {
  margin: 25px;
  width: 112px;
}

#sidebar #language ul li {
  display: inline;
  margin-left: -4px;
}

#sidebar #language ul li a {
  display: inline-block;
  height: 20px;
  width: 28px;
  text-indent: -9000px;
}

#en { background: url('../images/en.png') no-repeat top left; }
#fr { background: url('../images/fr.png') no-repeat top left; }
#es { background: url('../images/es.png') no-repeat top left; }
#ru { background: url('../images/ru.png') no-repeat top left; }

#menu {
  clear: both;
}

#menu ul {
  margin: 25px;
}

#menu ul li {
  background-color: #58574B;
  height: 20px;
  margin: 5px 0  0 -4px;
  width: 112px;
}

#menu ul li a {
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
  width: 92px;
}

#menu ul li a:hover {
  background-color: #7A7967;
}

#content {
  background-color: #E3E3A8;
  float: right;
  padding-top: 20px;
  min-height: 480px;
  width: 785px;
}

#content #slideshow2 {
	height: 246px;
	width: 324px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

#content p.intro {
	font-size: 120%;
	margin: auto;
	width: 500px;
}


#content p.intro .name {
  display: block;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}


#content p {
	margin-top: 15px;
}

#footer {
  background-color: #E3E3A8;
  font-family: sans-serif;
  font-size: 70%;
  height: 20px;
  width: 960px;
}

#footer div { margin: 5px; }
#footer #copyright { float: left; }
#footer #designed { float: right; }

#ratings {
	text-align: center;
	width: 200px;
	margin: 20px auto;
}
.makes {
	font-weight: bold;
	font-size: 14px;
	text-align: justify;
	margin-left: 150px;
}

