/*****************************************************/

/* style1.css                             */

/*for sevencities.net summer2008 version*/

/*****************************************************/

/*****************************************************/

/*HTML tag styles                     */

/*****************************************************/

body{
	text-align: left;
	font-family: Arial, sans-serif;
	color:#ffffff;
	font-size: 10px;
	line-height: 10px;
	background:#000000;
    background-image: url(lyt/citynight.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: top center;
}

/******* hyperlink and anchor tag styles *******/

a:link{
	font-size:10px;
	color: #ffffff;
	text-decoration: none;
} 

a:visited{
	font-size:10px;
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	font-size:10px;
	text-decoration: line-through;
	color: #ffffff
}

a img{
	border:1px solid #eeeeff;
}

#nav a:link{
	font-size:10px;
	color: #000000;
	text-decoration: none;
} 

#nav a:visited{
	font-size:10px;
	color: #000000;
	text-decoration: none;
}

#nav a:hover{
	font-size:10px;
	text-decoration: line-through;
	color: #000000
}
/************************Type**************************/

p{
	font-size:10px;
	text-decoration: none;
	color:#ffffff;
	text-indent:10px;
}

h1{
	font-size:11px;
	font-weight: bold;
	color:#ffffff;
}

textarea{
	background: none;
	border:0;
	overflow:auto;
	font-size:10px;
	text-decoration: none;
	color:#ffffff;
	text-indent:10px;
}

#tag{
	font-size: 9px;
	align: right;
	padding-top:5px;
}

/***********************Layout***********************/

#main{ 
	float:middle;
    margin-top:60px;
	margin-right:auto;
	margin-left: auto;
	width:1000px;
	padding:0px;
	background: url("images/scbgproto.x") center no-repeat;
	height:500px;
	max-height:500px;
}

#nav{
	z-index: 1;
    position: relative;
	top:300px;
	left:50px;
	float:left;
    padding-top:10px;
	padding-right:10px;
    padding-left:40px;
	width:100px;
	height:200px;
	font-size:10px;
    font-weight: bold;
    text-align: right;
	text-decoration: none;
	color:#000044;
	text-indent:10px;
    line-height: 135%;
}

#index{
	text-align:left;
	padding-top:10px;
    padding-left:15px;
	height:315px;
	max-height:315px;
}

#logo{
	float:right;
	text-align:right;
	padding-top:10px;
	margin-right:5px;
	height:315px;
	max-height:315px;
}

#content{
	text-align:left;
	padding-top:10px;
	height:315px;
	max-height:315px;
	padding-left: 25px;
}

#galcontent{
	text-align:left;
	padding-top:10px;
	height:315px;
	max-height:315px;
	padding-left: 45px;
}

#contact{
	text-align:center;
	padding-top:10px;
	height:315px;
	max-height:315px;
	padding-left: 25px;
}

#links1{
	float:right;
	width:50%;
	padding-top:10px;
	text-align:center;
	height:315px;
	max-height:315px;
}

#links2{
	width:50%;
	padding-top:10px;
	text-align:center;
	height:315px;
	max-height:315px;
}

#footer{
	font-size: 9px;
	position: fixed;
	align: left;
	bottom: 2px;
	left: 2px;;
	padding-top:5px;
}

/*********************Misc****************************/



#galtable{
	background: url("x") center no-repeat;
	height: 610px;
}

#back{
	margin-right: 120px;
}

#blog{
	position:relative;
	float: none;
	left: 100px;
	top: 50px;
	width: 500px;
	height: 400px;
	border: none;
}

#thumbs{
	position:relative;
	float:left;
	top:50px;
	left: 100px;
	width: 100px;
}

#view{
	float:right;
	position:relative;
	left: -100px;
	top: 20px;
	width: 610px;
	height: 470px;
	border: none;
	background: none;
}

/************************end**************************/
