/****************************
		ANCHORS
****************************/
a img{ border: 0px; }

a:link, 
a:visited, 
a:hover, 
a:active {
	color: #f89829;	
	text-decoration: none;
}

p a{
	font-size: 12px;
}

p a:hover{
	text-decoration:  underline;
}

a:hover.nav{
	border: 2px solid #f89829;
}


/****************************
		FONT
****************************/
a,h1, h2, h3, h4, h5, h6, p, ul, li{
	font-family: Ubuntu;
	font-size: 14px;
}



h1{
width: 600px;
font-family: Ubuntu;
font-size: 14px;
text-align: left;
color: #d3c3fa;
/*text-transform: uppercase;*/
font-weight: 800;
background-color: #725E9F;
padding: 10px;
border: 1px dashed orange;
}

.intro{
	font-family: Tahoma;
	font-weight: 100;
	background-color: #5a4099;
	border: none;
	text-transform: none;
	text-align: center;
	font-size: 20px;
}


/****************************
		BODY
****************************/
body{
	
	padding: 0px;
	margin: 0px;
	text-align: center;	
	background-color: #5a4099;
	/*background-image: url(../images/backgroundAB.jpg);*/
	background-position: top left;
}

/****************************
		WRAPPER
****************************/
#wrapper{
	width: 600px;
	text-align: center;
}


/****************************
		HEADER
****************************/
#header{
	width: 0px;
}

/****************************
		NAVIGATION
****************************/
#navigation{
	text-align: center;
	background-color: #f89829;
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat-x;
	height: 63px;
	width: 100%;
}

#navigation ul{
	display: inline;
	list-style: none;
}

#navigation li{
	display: inline;
	list-style: none;
}


/****************************
		CONTENT
****************************/
#content{

}



/****************************
		FOOTER STUFF
****************************/
p,#footer{
	width: 600px;
	color: #725e9f;

}

.extraText{
	padding: 0px;
	margin: 0px;
	width: 620px;
	padding-bottom: 10px;
	border-bottom: 1px solid #725e9f;
}


/****************************
		CLASS STUFF
****************************/
.left{
	float:left;
}

.right{
	float:right;
}

.clear{ 
	clear: both; 
}


#change{
	padding-bottom: 20px;
	width: 555px;
	height: 158px;
	background-image: url(../images/title1.jpg);
	background-repeat: no-repeat;
}


#check{
	padding-top: 20px;
	width: 555px;
	height: 77px;
	background-image: url(../images/title2.jpg);
	background-repeat: no-repeat;

}

.hide{
	display: none;
}

.nav{
	display: block;
	background-color: #725e9f;
	border: 2px solid #5a4099;
	padding: 10px 0px;
	width: 200px;
	margin: 20px 0px;
}

a:hover .slide{
	border: 10px solid #f89829;

	
}

.slide{
	height: 300px;
	width: 600px;
	border: 10px solid #d3c3fa;
	margin-bottom: 20px;
}

.asterick{
	font-size: 12px;
	color: #d3c3fa;
}



