/* CSS Document */

#left {
	margin-left: 20px;
	margin-top: 20px;
	width: 220px;
	position: absolute;
	left: 0px;
}

#bigmenu img {
	margin-bottom: 5px;
}

#right {
	width: 750px;
	height: 500px;
	position: absolute;
	left: 292px;
	top: 50px;
}

#right2 {
	width: 750px;
	height: 350px;
	position: absolute;
	left: 292px;
	top: 50px;
}

#number {
	width: 750px;
	height: 50px;
	position: absolute;
	left: 292px;
	top: 550px;
	font-family: Orator Std, Courier New, Arial;
	text-align: center;
	color:#999999;
	font-size: 15px;
}

#largetext {
	width: 550px;
	height: 450px;
	position: absolute;
	margin-top: 10px;
	margin-left: 100px;
	margin-right: 100px;
	left: 292px;
	top: 400px;
	font-family: Orator Std, Courier New, Arial;
	text-align: center;
	color:#999999;
	font-size: 13px;
}

#info {
	width: 167px;
	height: 150px;
	position: absolute;
	left: 875px;
	top: 550px;
	font-family: Orator Std, Courier New, Arial;
	text-align: left;
	color:#999999;
	font-size: 13px;
	z-index: 1;
}

#welcome {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 820px;
	height: 460px;
	position: absolute;
	left: 0px;
	background-image: url(images/Rachel_Green.jpg);
}

#welcome2 {
	width: 860px;
	height: 60px;
	top: 520px;
	left: 0px;
	position: absolute;
	font-family: Orator Std, Courier New, Arial;
	color:#999999;
	text-align: center;
	font-size: 24px;
}

ul {
	font-family: Orator Std, Courier New, Arial;
	color:#999999;
	margin-left: 50px;
	text-align: left;
	font-size:15px;
	list-style: disc;
	line-height: 15px;
}

a {
	color:#999999;
	text-decoration: none;
}

a:hover {
	color:#CCCCFF;
}

a:active {
	color:#CCCCFF;
}

#portfolio {
	font-variant: small-caps;
	font-size: 16px;
	color: #666666;
}

#portfolio td {
	text-align: center;
	vertical-align: bottom;
}

