/* CSS Document */
a{color: #000000; text-decoration: none;}
a:hover{color: #FFFF00; text-decoration: underline;}
a:active{text-decoration: underline;}

/* global */
*{
	margin:0px;
	padding:0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	font-weight: bold;
	background-color: #000000;
}

/*global type*/
h1{
	color: #000000;
	font-size: 28px;
	line-height: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h2 {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	padding-top: 30px;
	padding-bottom: 8px;
	padding-left: 20px;
}
h3 {
	color: #000000;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 20px;;
}
p{
	margin-bottom: 14px;
	padding-left: 20px;
}

/* flashContent */
#flashContent{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* htmlContent */
#htmlContent{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* NO FLASH */
#noFlash{
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 30px;
	margin-right: 30px;
	width: 740px;
	background-color: #FFFF00;
}
#noFlash p{
	padding-bottom: 12px;
	color: #000000;
}
#noFlash a{
	text-decoration: underline;
}
#noFlash a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}


#general a{
	color: #FFFFFF;
}
#general a:hover{
	color: #FFFF00;
	text-decoration: none;
}
#general p{
	color: #999999;
	width: 400px;
}


#projects{
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#projects h2{
	width: 400px;
	padding-top: 60px;
	padding-left: 350px;
}
#projects p{
	width: 400px;
	padding-bottom: 10px;
	padding-left: 350px;
}
#projects img {
	padding-left: 350px;
	padding-bottom: 30px;
}
#projects a{
	color: #000000;
	font-weight: bold;
	background-image: url(../assets/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left top;
}
#projects a:hover{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../assets/arrow_hover.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left top;
}



#content{
	width: 100%;
	background-color: #000000;
	padding-top: 20px;
	margin-top: 30px;
}
#content h1{
	color: #FFFFFF;
	margin-top: -20px;
	padding-left: 350px;
}
#content p{
	color: #999999;
	width: 400px;
	padding-bottom: 40px;
	padding-left: 350px;
}
#content img {
	padding-left: 350px;
	padding-bottom: 30px;
}
#content a{
	color: #FFFFFF;
}
#content a:hover{
	color: #FFFF00;
	text-decoration: none;
}





