/* CSS Document */
*,html {
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	outline:none;
}

body {
	background:url(images/fs_background.jpg) repeat-x top;
	margin-top: 0px;
}

img {
	outline:none;
	border:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

a,a:active,a:visited {
	outline:none;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#7e576a;
}

#main {
/*	background:url(../images/logo-gris-test.gif) no-repeat center; */
	width:1024px;
	height:768px;
	text-align:center; /* Aligns center for I.E. */
	margin-left:auto;
	margin-right:auto;
	z-index:5;
}

#logoAndMenu {
	width:100%;
}

#logoAndMenu th {
	background:url(images/logo.gif) no-repeat center;
	height:109px;
}

#menu {
	text-align:center; /* Aligns center for I.E. */
	margin-left:auto;
	margin-right:auto;
	opacity: 0;
	filter: alpha(opacity=0);
}

/* Photographer App Styles */
#bioTable {
	width:1200px;
	height:568px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#authorNav {
	background:url(images/thumbBackground.gif) bottom no-repeat;
	width:100%;
	height:95px;
	margin-top:2px;
	
}

#authorNav p {
	cursor:pointer;
	text-align:center;
}

#bio {
	background:url(images/previewBackground.gif) bottom no-repeat;
	height:508px;
}

#bio p {
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	font-size:12px;
}

#content {
	background:url(images/previewBackground.gif) bottom no-repeat;
	height:508px;
}

#content p {
	margin-left:auto;
	margin-right:auto;
	width:550px;
	text-align:justify;
	font-size:12px;
}

#content div {
	width:612px;
	height:383px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#f2f2f2;
	border:thin solid #7e576a;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#content a,a:active,a:visited {
	outline:none;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

#content a:hover {
	text-decoration:underline;
	color:#7e576a;
}

#content h1 {
	text-align:left;
	margin-left:43px;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#7e576a;
}

#thumbNails {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	opacity: 0;
	filter: alpha(opacity=0);
}

#thumbNails a,a:active,a:visited {
	outline:none;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

#thumbNails a:hover {
	text-decoration:underline;
	color:#7e576a;
}

#menuRow {
	/*background:url(images/sloganBg.jpg) bottom no-repeat;
	position:relative;
	top:3px;
	height:85px;
	width:2000px;*/
}

#preview {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#preview p {
	cursor:pointer;
}

#pic {
	position:absolute;
	top:10px;
	left:10px;
	width:1024px;
	height:568px;
	background-color:#939598;
	color:#fff;
	cursor:pointer;
	z-index:2;
	
	opacity: 0;
	filter: alpha(opacity=0);
	display:none;
}

#pic td {
	background-color:#939598;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#shadow {
	position:absolute;
	background-color:#333333;
	top: 29px !important;
	top:24px;
	left: 12px !important;
	left:14px;
	z-index:0;
}

#pic img {
	position:absolute;
	top:25px !important;
	top: 20px;
	left: 8px !important;
	left: 10px;
	z-index:5;
}

.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
}