@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	background: url('bg.jpg');
	background-attachment:fixed;
	background-position: top, left;
	background-repeat: no-repeat;
	text-align: justify;
	font-family:  Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


.container {
	width: 900px;
	margin-top: 60px;
	margin-left: 310px;
	color:#242424;
	clear:both;
	}

.body {
	width: auto;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	letter-spacing: 0.4px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}


.header1 {
	width: 900px;
	margin: 0px;
	letter-spacing: -1px;
	font-size: 36px;
	text-align:right;
	font-family: Helvetica95-Black, Helvetica, Tahoma, Arial, sans-serif;
	border-bottom: #610053 solid 3px;
	color: #610053;
}


.header2 {
	width: 900px;
	margin: 0px;
	letter-spacing: -1px;
	font-size: 12px;
	text-align:right;
	font-family: Helvetica95-Black, Helvetica, Tahoma, Arial, sans-serif;
	border-bottom: #610053 solid 3px;
	color: #242424;
}

.header2  a {
	background: none;
	color: #610053;
}

.header2  a:hover {
	background: none;
	color: #ffffff;
}



.menu {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 80px;
	margin-left: 310px;
	width: 200px;
}
	

.menu a {
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #610053;
	border-bottom: 1px dotted #242424;
}

.menu a:hover {
	background: none;
	color: #ffffff;
}




.bottom {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
}
	

.bottom a {
	display:block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #610053;
	border-bottom: 1px dotted #242424;
}

.bottom a:hover {
	background: none;
	color: #ffffff;
}



.contentbox {
text-align:left;
display:block;
margin: 10px;
}


.clearfix {
clear: both;
}



.twitter_div {
color: #242424;
font-size:28px;
font-weight:bold;
}

.twitter_div a {
	background: none;
	color: #610053;
}

.twitter_div a:hover {
	background: none;
	color: #ffffff;
}

.title1 {
display: block;
color: #4691a5;
border-bottom: 1px dotted #4691a5;
font-size:14px;
font-weight:bold;
}

.title2 {
display: block;
color: #ffffff;
border-bottom: 1px dotted #4691a5;
font-size:14px;
font-weight:bold;
}

.title3 {
display: block;
color: #434343;
font-size:12px;
font-weight:bold;
padding: 15px 0px 0px 10px;
}

blockquote {
margin:22px 40px;
color:#575757;
padding: 10px 35px 10px 35px;
background: transparent url('images/blockquote.gif') no-repeat 0 0;
}



