@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,600,600i,700,800');
@font-face
{
Font-family : Raleway

}


/* default elements */
* {margin: 0; padding: 0;}

body {
	color: white;
	Font-family : Raleway,sans-serif;
	font-size: 12px;
	padding: 2% 0;
	background-color: #101010;
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: white; padding: 8px 0 2px;}

h1 {font-size: 1.6em }
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2, h3 {font-size: 1.1em;}


blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-size: 1.1em;
	padding-left: 26px
}

form,table {margin-bottom: 0.5em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;
	list-style-type: square;
}
p {padding: 10px 0 5px 5px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: purple url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 1024px;
}
#container {
	background: white;
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}


.starter 
{
	list-style-image: none;
	list-style-type: disc;
	padding-top: 2px;
	
}