* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Grande', Verdana, sans-serif;
	background: #918e8a;
	color: #666;
	font-size: 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	generic defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

img {
	border: 0px;
}

a, a:visited {
	text-decoration: none;
	-moz-outline: none;
	color: black;
}
a:hover, a:active {
	color: #d87;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.note {
	background: #ff9;
}

#preload {
	display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	index
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

#index {
	width: 980px;
	height: 735px;
	background: url('http://myoung.dreamhosters.com/graphics/index_bg.jpg') no-repeat;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}

#index_nav {
	list-style: none;
	text-align: center;
	padding-top: 145px;
}

#index_nav li {
	margin-top: 100px;
	display: inline;
	margin-left: 45px;
}
#index_nav li:first-child {
	margin-left: 0px;
}

#index_nav a, #index_nav a:visited {
	font-size: 17px;
	color: #aaa;
}
#index_nav a:hover {
	color: #d87;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	structure
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

#envelope {
	width: 980px;
	height: 200px;
	margin: 0px auto;
	text-align: left;
	margin-top: 50px;
}

#top_nav {
	background: url('http://myoung.dreamhosters.com/graphics/bg_top.png') no-repeat;
	height: 120px;
}
#middle_content {
	padding: 50px;
	padding-top: 35px;
	min-height: 235px;
	background: url('http://myoung.dreamhosters.com/graphics/bg_middle.png') repeat-y;
}
#bottom_footer {
	background: url('http://myoung.dreamhosters.com/graphics/bg_bottom.png') no-repeat;
	height: 80px;
	border-bottom: solid 50px #918e8a;
	padding-left: 50px;
	font-size: 12px;
	color: #bbb9b7;
	margin-top: -35px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	top_nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

#logo {
	padding-left: 50px;
	padding-top: 50px;
}
#logo a img {
	opacity: 0.80;
	filter: alpha(opacity=80);
	color: #eae8e6;
}
#logo a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);	
	color: #eae8e6;
}

#nav {
	float: right;
	margin-left: 600px;
	list-style-type: none;
	margin-top: -27px;
	margin-right: 50px;
	width: 700px;
	text-align: right;
}
#nav li {
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Grande', Verdana, sans-serif;
	display: inline;
	padding-left: 30px;
	font-size: 14px;	
}
#nav a, #nav a:visited {
	color: #aaa;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 6px;
}
#nav a:hover {
	color: #d87;
	background: #e5e3e1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}
#nav a.current {
	color: #777;
}
#nav a.current:hover {
	color: #d87;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	middle_content
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 


#middle_content a, #middle_content a:visited {
	border-bottom: solid 1px #ddd;
}
/*
#middle_content a:hover {
	border-bottom: solid 1px #d87;
}
*/

h1, h2, p {
	margin-bottom: 25px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #aaa;
}
h2 {
    font-weight: bold
    color: #aaa;
    font-size: 15px;
    margin-bottom: 15px;
}


p {
	color: #666;
	font-size: 14px;
}

#content {
	float: left;
	width: 580px;
}

#content p {
	line-height: 22px;
}

#sidebar {
	width: 220px;
	float: right;
	margin-top: 10px;
	margin-top: 50px;
}
#sidebar p {
	line-height: 20px;
	font-size: 11px;
	color: #999;
}
#sidebar a {
	color: #777;
}
#sidebar a:hover {
	color: #d87;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	gallery_index
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

#gallery_index {
	width: 910px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#all_galleries img {
	margin-bottom: -5px;
}
#all_galleries div {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#all_galleries p a,#all_galleries p a:visited {
	font-size: 13px;
	border-bottom: 0px;
	display: block;
	padding: 7px;
	padding-left: 9px;
	padding-bottom: 8px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #dcdad8;
	color: #777;	
	border-top: solid 3px #aaa;
	width: 272px;
}
#all_galleries p a:hover {
	color: black;
}
#all_galleries p {
	margin-bottom: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	gallery_detail
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

#gallery_detail {
	width: 910px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#gallery_detail img {
	margin-right: 10px;
	margin-bottom: -18px;
}
#gallery_detail a, #gallery_detail a:visited {
	border-bottom: 0px;
}















