@charset "UTF-8";
/* CSS Document */

/* styles for Baraka Berger site */

/* the following class centers the layout in the browser */

#master {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
position: relative;
left: 0px;
top: 0px;
}

/* the following define home page layout */

#topbar {
position:static;
top:0px;
left:auto;
right:auto;
height:10px;
background-color:#FFFFFF;
border-style:solid;
border-width:thin;
border-color:#000033; }

#header1 {
position:static;
top:11px;
height:90px;
background-color:#e7e7e7; }

#main1 {
position:static;
top:102px;
height:375px;
background-color:e7e7e7; }

#nav1 {
position:static;
top:478px;
height:75px;
background-color:#FFFFFF;
border-style:solid;
border-width:thin;
border-color:#000033; }

#footer1 {
position:static;
top:549px;
background-color:#e7e7e7; }

/* the following define layout of bio page */

#header2 {
position:static;
top:0px;
height:110px;
background-color:#e7e7e7; }

#nav2 {
position:static;
top:111px;
height:75px;
background-color:#FFFFFF;
border-style:solid;
border-width:thin;
border-color:#000033; }

#main2 {
position:static;
top:187px;
height:400px;
background-color:#e7e7e7; }

#lowerbar {
position:static;
top:548;
height:10px;
background-color:#FFFFFF;
border-bottom:thin solid #000033;;
border-top:thin solid #000033;}

#footer2 {
position:static;
top:549px;
background-color:#e7e7e7; }

/* the following define resume page */

#main3 {
position:static;
top:187px;
height:2100px;
background-color:#e7e7e7; }

#lowerbar2 {
position:static;
top:2738px;
height:10px;
background-color:#FFFFFF;
border-style:solid;
border-width:thin;
border-color:#000033; }

#footer3 {
position:static;
top:2749px;
background-color:#e7e7e7; }

/* the following define portfolio home page */

#main4 {
position:static;
top:187px;
height:2210px;
background-color:#e7e7e7; }

#main8 {
position:static;
top:187px;
height:500px;
background-color:#e7e7e7; }

#main7 {
position:static;
top:187px;
height:800px;
background-color:#e7e7e7; }

#portraits {
	position:absolute;
	width:600px;
	height:400px;
	margin:0px auto 0px auto;
	padding:0px auto 0px auto;
}

/* the following define porfolio 'landscapes' page & 'goddess' page respectively */

#main5 {
position:static;
top:187px;
height:1300px;
background-color:#e7e7e7; }

#footer4 {
position:static;
top:3549px;
background-color:#e7e7e7; }

#main6 {
position:static;
top:187px;
height:4000px;
background-color:#e7e7e7; }

#footer5 {
position:static;
top:5449px;
background-color:#e7e7e7; }


/* the following define all text */

h1 {
font-family:Verdana, Geneva, sans-serif;
font-size:18px;
color:#0076a3; }

h2 {
font-family:Verdana, Geneva, sans-serif;
font-size:18px;
color:#930b0f; }

h3 {
font-family:Verdana, Geneva, sans-serif;
font-weight:100;
font-size:16px;
color:#900;
margin-bottom:5px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#002157; }

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006;
}

.quote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#900;
	margin: 20px 20px 0px 20px;
}

/* the following define page elements */

body {
background-color:#e7e7e7;
padding:0px;
margin:0px;
}

/* the following define links */

a {font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#0076a3;
text-decoration:none; }

a:link {font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#0076a3;
text-decoration:none; }

a:hover {
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#930b0f; 
text-decoration:none; }



 
 