/* CSS Document */

body, table {
    font-family: verdana, helvetica;
	color:#fff
}

body {
    background-color: #630A1B;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

a 		{ color: #FFF; text-decoration: none; font-weight:bold; } 
a:link		{ color: #FFF; } 
a:visited	{ color: #FFF; } 
a:active	{ color: #FFF; }
a:hover		{ border-bottom: 1px solid #CF7496 }

#name {	
    position: absolute;
    left: 30px;
	top: 20px
}

#contact {	
    position: absolute;
    right: 30px;
	top: 18px
}

#menu {
	text-align:center;
	margin: 93px 0 0 0;
}

.menu_items {
	margin: 0 5% 0 0;
}

.menu_items a 		{ color: #FFF; text-decoration: none; font-weight:bold; } 
.menu_items a:link		{ color: #FFF; } 
.menu_items a:visited	{ color: #FFF; } 
.menu_items a:active	{ color: #FFF; }
.menu_items a:hover		{ border-bottom: 1px solid #CF7496 }


#image {
	text-align:center;
	padding: 30px;
}

#image_large {
	text-align:center;
	padding: 20px;
}

.desription {
	position: relative;
	top: 4px;
	font-style: italic;
}

#footer { 
	text-align:center;
}

#back {
	text-align:center;
	padding: 0 0 20px 0;
}


.about a 		{ size: 9px; color: #FFF; text-decoration: none; font-weight:bold; } 
.about a:link		{ size: 9px; color: #FFF; } 
.about a:visited	{ size: 9px; color: #FFF; } 
.about a:active		{ size: 9px; color: #FFF; }
.about a:hover		{ size: 9px; border-bottom: 1px solid #CF7496 }