/*
COLORS
-------
BLUE    #557CF2
ORANGE  #FF9B00
MAGENTA #EB008C
GREEN   #40A500
*/

body {
    background-color: #fff ;
    font-family: tahoma, verdana, sans-serif ;    
    color: #666 ;
    padding: 0 ;
    margin: auto ;
	font-size: 62.5%;
	background:#fff;
}

h1 {
    font-family: georgia, "times new roman", times, serif ;
    font-weight: normal ;
    color: #000 ;   
    margin-top: 0 ;
	display: inline;
	line-height: 1.5em;
	font-size: 3em;
}

h2 {
	font-family: georgia, "times new roman", times, serif ;
	margin: 0;
	color: #333333;
	font-weight: normal;
	line-height: 1em;
	font-size: 1.75em;
	display: inline;
}

a {
border: 0px;
text-decoration: none;
}

img {
border: 0px;
}

p {
    font-family: tahoma, verdana, sans-serif ;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	color: #555555;
}

span.code {
    font-family: 'andale mono', 'lucida sans typewriter', 'monaco', monospace ;
    font-weight: bold ;
    color: #006 ;
}

h3 {
cursor: pointer;
}

.gray {
	display: inline-block;
	opacity: .25;
	filter: alpha(opacity=25);
}

a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#main {
background: url(images/background_photo.gif);
background-repeat:no-repeat;
background-position: top right;
background-color:#FFFFFF;
width: 890px;
height: 600px;
margin: auto;
margin-top: 0px;
padding: 0;
float: left;
position: relative;
/*border: 1px solid #444;*/
}

/* CONTENT ITEMS FOR MAIN PAGE */
#architecture {
top: 30px;
left: 126px;
height: 435px;
width: 710px;
position: absolute;
background: #ffffff;
padding: 5px;
visibility: hidden;
overflow: auto;
z-index: 2;
border: 1px solid #ccc;
border-left: 0px;
}

#architectureContentLeft {
width: 434px;
float: left;
padding-right: 5px;
border-right: 1px solid #cccccc;
}

#architectureContentRight {
width: 245px;
float: left;
padding-left: 5px;
}

#landscape {
top: 30px;
left: 126px;
height: 435px;
width: 710px;
position: absolute;
background: #ffffff;
padding: 5px;
visibility: hidden;
overflow: auto;
z-index: 2;
border: 1px solid #ccc;
border-left: 0px;
}

#landscapeContentLeft {
width: 434px;
float: left;
padding-right: 5px;
border-right: 1px solid #cccccc;
}

#landscapeContentRight {
width: 245px;
float: left;
padding-left: 5px;
}

#fashion {
top: 30px;
left: 126px;
height: 435px;
width: 710px;
position: absolute;
background: #ffffff;
padding: 5px;
visibility: hidden;
overflow: auto;
z-index: 2;
border: 1px solid #ccc;
border-left: 0px;
}


#nature {
top: 30px;
left: 126px;
height: 435px;
width: 710px;
position: absolute;
background: #ffffff;
padding: 5px;
visibility: hidden;
overflow: auto;
z-index: 2;
border: 1px solid #ccc;
border-left: 0px;
}

#natureContentLeft {
width: 434px;
float: left;
padding-right: 5px;
border-right: 1px solid #cccccc;
}

#natureContentRight {
width: 245px;
float: left;
padding-left: 5px;
}

#blackWhite {
top: 30px;
left: 126px;
height: 435px;
width: 710px;
position: absolute;
background: #ffffff;
padding: 5px;
visibility: hidden;
overflow: auto;
z-index: 2;
border: 1px solid #ccc;
border-left: 0px;
}

#blackWhiteContentLeft {
width: 434px;
float: left;
padding-right: 5px;
border-right: 1px solid #cccccc;
}

#blackWhiteContentRight {
width: 245px;
float: left;
padding-left: 5px;
}

/* LINES AND MENUS ON MAIN PAGE */
#leftLine {
top: 30px;
left: 125px;
height: 447px;
width: 1px;
position: absolute;
background: #cccccc;
border: 0px;
padding: 0px;
margin: 0px;
}

#leftMenu {
top: 250px;
left: 5px;
height: 100px;
width: 115px;
position: absolute;
background: #ffffff;
border: 0px;
padding: 0px;
margin: 0px;
text-align: right;
}

.clearBoth {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}

a { color:#FF9B00; }
a:hover { text-decoration:none; }
li { margin:2px; color:#555; padding:2px}
ul { padding-left:1em; }
img { border: none; margin: 0; padding: 0; }
.bordered { border:1px solid #aaa; }
/*h1 { text-align:right; margin:2px; color:#000; font-family:Georgia,Arial,Tahoma; font-size: 3em;}*/
h3, h5 { margin-bottom:4px; }
textarea { background:#ccc; color:#333; border:1px solid #aaa; }
#content { width:700px; background:#eee; margin-left:auto; margin-right:auto; padding:8px; border-left:10px solid #ccc; border-right:10px solid #ccc; }
