@charset "utf-8";
/* CSS Document */

#introduction-top-image {
	position: relative;
	width: 628px;
	height: 230px;
	float: right;
	top: -58px;
	background-image: url(../images/introduction-top-image.png);
	background-position: top right;
	background-repeat: no-repeat;
}




/****************************************************************************************************************/

#introduction-title {
	width: 300px;
	height: 45px;
	float: left;
	background-image: url(../images/introduction-title.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#introduction-subtitle {
	width: 280px;
	height: 45px;
	float: right;
	background-image: url(../images/general-information-title.png);
	background-position: 10px 0;
	background-repeat: no-repeat;
}







/************************ Introduction Content **********************************/
#content#introduction {

}


#left-column {
	width: 380px;
	float: left;
	background-image: url(../images/introduction-section-image.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#right-column {
	width: 380px;
	float: right;
}

#full-width {
	clear: both;
	width: 760px;
}

.paragraph {
	width: 300px;
	padding-top: 10px;
}

.paragraph#paragraph1{
	margin: 260px 0 0 auto;
}

.paragraph#paragraph2{
	margin: 0 0 auto auto;
}

.paragraph#paragraph3{
	margin: 0 auto;
}

.paragraph#paragraph4{
	margin: 0 auto;
}

.paragraph p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	overflow: auto;
	word-wrap:break-word;
	padding: 10px;
	color: #999;
	word-spacing:3px
} 

.paragraph span {
	font-size: 12px;
	font-weight: bold;
} 

.paragraph a{
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
} 

.paragraph a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #eee;
} 


.paragraph span#red {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
} 

.paragraph span#underline {
	font-size: 12px;
	text-decoration: underline;
} 

/************************ Introduction Content **********************************/
