/*VIctoria Vincent website*/

body {
	background-color: #111111;
	background-image: url(images/bkrnd_texture.gif);
	background-repeat: repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	color: #8E8E8E;
}

a {
	text-decoration:none;
	color:#8E8E8E;
}
a:hover {
	text-decoration:underline;
	color:#aa2800;
}

.wrapper {
	background-color:#050505;
	width: 760px;
}

.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 120px;
	font-size: 12px;
	text-align: center;
	padding-bottom: 30px;
}

.highlight {
	color:#aa2800;
	font-weight: bold;
}

.footer {
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373737;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 680px;
	color: #333333;
}

.shadowLeft {
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.shadowRight {
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.hero {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 15px;
}

h1 {
	font-size:24px;
	padding: 0px;
	color: #D6D6D6;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.about {
	padding-left: 25px;
	padding-right: 140px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #8e8e8e;
}

.main {
	padding-top: 30px;
	padding-bottom: 80px;
}


.gallery .image {
	background-color:#000000;

}
.gallery .pagination {
	text-align: center;
	font-size: 11px;
	padding-bottom: 20px;
	color: #696969;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373737;

}

.gallery .caption {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	font-style: italic;

}


.links {

}

.links a {
	text-decoration:none;
	color:#aa2800;

}

.links a:hover {
	text-decoration:underline;
	color:#aa2800;

}

