/* default css */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	border: 0px solid;
}

body {
	margin: 0;
	padding: 0;
	font: 8pt/1.1em "Courier New", Courier, Arial, sans-serif;
	color: #000;
	background: #FFF url(/images/corner.gif) no-repeat top left;
}

a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}

/* basic site typography */

a {
	color: #000;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #ff46cf !important;
}

p, ul, ol {
	margin: 0 0 1.2em 0;
}

li {
	list-style: none;
}

h1 a {
	display: block;
	background: #FFF url(/images/cornershop.gif) no-repeat top left;
	text-indent: -100em;
	width: 200px;
	height: 47px;
	margin-bottom: 20px;
}

h1 a:hover { 
	background: #FFF url(/images/cornershop.gif) no-repeat bottom left;
}

h2 {
}

h3,
.col1 h5 {
	margin-top: 4em;
   border-bottom: 1px dotted #AFAFAF;
  padding-bottom: 2px;
  margin-bottom: 5px;
  font-weight: bold;
}

h4, h5 {
	margin: 2em 0 .5em 0
}

h4 a {
  font-weight: normal;
}


#copy {
  position: absolute;
  top: 0;
  left: 0;
  	background: transparent url(/images/corner.png) no-repeat top left;
  	width: 60px;
  	height: 60px;
  	text-indent: -100em;
  	overflow: hidden;
}

.col2 ul li {
  list-style-type: circle;
  list-style-position: outside;
}

/* layout */

#container {
	position: relative;
	margin: 85px 45px 100px 50px;
  width: 970px;
  background: #FFF;
  overflow: hidden;
}

#container img {
	background: #FFF url(/images/lines.gif) repeat top left;
  margin: 2px 0 35px 0;
}

#container .col1 {
  width: 235px;
  float: left;
  margin-right: 65px;
}

#container .col2 {
  width: 625px;
  float: left;
  overflow: hidden;
}

#container #body {
  width: 410px;
  float: left;
  overflow: hidden;
}



/* home */

#container.home .col2 {
  width: 300px;
	margin-right: 45px;
}





/* special type */

.question {
  color: #999;
  margin-top: 3em;
}

.question:first-child {
  margin-top: 0;
}

.col1 a,
.home .col2 a,
.home .col3 a {
  color: #989898;
}

