html,body {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 420px;
	border: 1.5px solid #FFFFFF;
	background-image: url(../images/marble_bg.jpg);
	background-repeat: repeat-x;
}

div.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 182px;
	height: 420px;
	background-image:  url(images/marble_bg.jpg);
}

div.photo {
	position: absolute;
	top: 0px;
	left: 182px;
	width: 181px;
	height: 420px;
	border-right-width: 1.5px;
	border-left-width: 1.5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

div.main {
	position: absolute;
	top: 0px;
	left: 363px;
	width: 396px;
	height: 420px;
	background-image:  url(images/marble_bg.jpg);
	border-left-width: 1.5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
body {
	background-color: #000000;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#sectionLinks h3{
	padding: 0px 0px 2px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url(../CSS%20Test/sample%202/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #999999;
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
#indextagline {
	float: left;
	height: 32px;
	width: 397px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	font-style: normal;
	vertical-align: middle;
	top: 102px;
	position: absolute;
	left: -1px;
}
#indextagline2 {
	float: left;
	height: 32px;
	width: 397px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 17px;
}
