/* Comments in CSS */

a {outline: none}

a:link {text-decoration: none; color: #0000CC;}
a:visited {text-decoration: none; color: #0000CC;}
a:hover {text-decoration: none; color: #FFCC00;}

body {  
		background-image: url("images/bg.jpg");
    	background-repeat: no-repeat;
    	background-position: top center; background-attachment: fixed;
		text-align: center;
		font-family:"Georgia", "Helvetica";
}

#parent {
	width: 900px;
	height: 900px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


#nav {
	position: absolute;
    width: 900px;
}

#content1 {
	position: absolute;
	margin-top: 300px;
	width: 800px;
}

.caption1 {
		margin-top: 0px;
		font-size: 18px;
		font-style: italic;
		font-weight: bold;
		text-align: right;
}

.list1 {
		font-size: 14px;
		font-weight: bold;
		color:#000000;
}

.list2 {
		font-size: 16px;
		font-weight: bold;
		color:#000000;
		margin-top: 15px;
}

.quote_man {font-size: 14px;
}
