/* CSS Document */

/* ****** BODY *************************************************** */

body {
	font-size: 12px;
	background: #fff url(../images/polaroid_2.jpg) no-repeat 40px 60px;
}

/* ****** TYPE *************************************************** */

p {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 95%;
	line-height: 1.7em;
	text-align: left;
	color: #666;
	padding: 0 30px 0 10px;
}

h1 {
	font-family: "Trebuchet MS", Arial,sans-serif;
	font-weight: bold;
	font-size: 140%;
	line-height: 1.8em;
	text-align: left;
	color: #cd5c5c;
	margin-top: 20px;
	padding-left: 10px;
}

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

a:hover {
	color: #f4a460;
}

a.content {
	color: #666;
	text-decoration: underline;
}

a.content:hover {
	color: #fff;
	background: #708090;
}

/* ****** CONTENT *************************************************** */

#content {
	position: absolute;
	top: 230px;
	left: 400px;
	height: 300px;
	width: 300px;
	border: 1px solid #fff;
}