* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
p, h1, h2, h3, td, form, ul, li, img, body, a {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif; 
	background: #333333 url(/images/background.gif) no-repeat center top;
	color: #CCC;
	font-size: 12px;
	text-align: center;
	min-width: 717px;
	min-height: 748px;
	line-height: 1.5;
}

#main {
 	width: 717px;
	margin: 0 auto;
	margin-top: 65px;
	text-align: left;
 	background: url(/images/shadow.gif) repeat-y;
	
	_height: 748px;
	height: 100%;
	position: relative;
	left: -1px;
}
body>#main {
 	height: auto;
}
#content {

 	padding: 0;

}
#footer {
  	background: #333333 url(/images/footer.gif) no-repeat left top;
	width: 717px;
 	height: 60px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
  	z-index: 1;
	text-align: center;
}
#footer p {	
	color: #59595b;
	font-size: 10px;
}
#footer a, #footer a:hover {
	font-weight: bold;
	color: #59595b;
} 
#menu {
 	background:  url(/images/left.gif) no-repeat center top;
	position: absolute;
 	top:    0px;
	left: 0px;
  	width:  37px;
  	height: 680px;	
}

#header .menu li {
	display: inline;
	margin-left: 20px;

}
#header .menu a,#header .menu a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 12px;
}
#header .menu a:hover {
	color: white;
}
#right {
	position: absolute;
	background:  url(/images/right.gif) no-repeat center top;
	width: 37px;
	left: 680px;
	height: 680px;  
}
#page {
 	background: #999;
	width: 643px;
	min-height: 748px;
	position: relative;
	left: 37px;
	top: 0px;
	padding-bottom: 60px;
	
}


#roh {
	background:  url(/images/bottom-right-corner.gif) no-repeat right bottom;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 60px;
	right:0px;
	z-index: 1;
}
#inner {
	padding: 10px;
	position:relative;
}
#home {
	background:  url(/images/home-image.jpg) no-repeat;
	height: 728px;
	width: 622px;
}
#myblog {
	position: relative;
	background: #000000 url(/images/myblog-image.jpg) no-repeat;
	min-height: 728px;
	width: 622px;
}
#myblog h2 {
	font-size: 24px;
	color: #b16e9b;
	line-height: 20px;
	font-weight: normal;
}
#myblog .date {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
#myblog .text p {
	font-size: 12px;
	color: #999999;
	margin-bottom: 25px;
}
#myblog .text strong{
	font-size: 12px;
	font-weight: bolder;
}
#myblog .text a,myblog .text a:hover{
	color: #BBBBBB;
}
#myblog .article {
	margin: 0 30px 0 30px;
	margin-top: 20px;
	border-bottom: 1px solid #333333;
}
#myblog .pictable {
	width: 576px;

}
#myblog .pictrs {
	float: left;
	text-align: center;
	margin-right: 14px;
	margin-bottom: 14px;
	width: 178px;
	height: 178px;
	background: #333333;
	
}
#myblog-jumper {
	height: 427px;
}
.clear {
	clear: both;
	height: 16px;
	overflow: hidden;
	line-height: 0;    
}

#links {
	text-align: right;
	background:  url(/images/links-image.jpg) no-repeat;
	height: 728px;
	width: 622px;
}
#links div {
	width: 592px;
	padding-right: 30px; 
	padding-top: 20px;
}
#links .top {
	font-weight: bold;
	color: white;
}
#links .middle {
	font-weight: bold;
	color: #999999;
}
#links .bottom a {
	font-weight: bold;
	color: #b16e9b;
	font-weight: bold;
}
#contact {
	background:  url(/images/contact-image.jpg) no-repeat;
	height: 728px;
	width: 622px;
}
#aboutme {
	background: white url(/images/aboutme-image.jpg) no-repeat;
	min-height: 728px;
	width: 592px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#aboutme p, #references {
	font-size: 10px;
	width: 265px;
	color: #666666;
}
#aboutme b,#references b {
	
	color: #666666;
}
#aboutme h2, #references h2 {
	font-size: 10px;
	color: #b25494;
	padding-bottom: 10px;
}
#aboutme ul {
	padding-top: 100px;
	padding-bottom: 16px;
	list-style: none;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
#aboutme ul li {
	margin-top: 8px;
	height: 24px;
	width: 265px;
	border-bottom: 1px solid #f4e6ef;
}
#references {
	
	background:  #FFFFFF url(/images/reference-image.jpg) no-repeat;
	min-height: 827px;
	width: 592px;
	padding-left: 30px;
}

#references div div{
	float: left;
	width: 260px;
	padding-left: 15px;
	padding-right: 20px;
}
#references #jumpdown {
	float: none;
	height: 770px;
	
}
#references ul {
	padding-bottom: 30px;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

#admin-myblog .td-spacer {
	width: 622px;
	text-align: center;
}
#admin-myblog td textarea {
	width: 552px;
	height: 200px;
}
.pictures {
	text-align: center;
	position: relative;
	margin: 0 14px 14px 0;
	float: left;
	width: 178px;
	height: 178px;
	background: #333333;
}
#navigation {
	width: 562px;
	text-align: right;
	margin: 21px 30px 0 30px;
	padding-bottom: 30px;
}
#photogallery {
	background: black;
	min-height: 728px;
	width: 622px;
}
.order-table {
	position: relative;
	margin: 0 16px 0 30px;
}
#order-edit {
	color: black;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #888;
	background: #CACACA;
	width: 750px;
	height: 400px;
	z-index: 10000;
	
}
#order-edit div {
	color: black;
	margin: 0 auto;
	border: 1px solid #888;
	background: #EAEAEA;
	width: 740px;
	height: 360px;
	overflow: auto;
	
}
#order-edit div a {
	margin: 10px;
	
}

.over {
	position: absolute;
}
.out {
	width: 31px;
	height: 21px;
}
#status {
	font-weight: bold;
	color: #DDDDDD;
	background: #333333;
	text-align: center;
	padding: 5px;
	width: 613px;
}
#editart {
	color: #DDDDDD;
	margin: 0 94px 0 94px;
	width: 434px;
	text-align:center;
}
#editart td{
	width: 80px;
	height: 15px;
	padding: 0 0px 0 0px;
	
	
}
.brd .center{
	border: 1px solid #333333;
}
#editart .center {
	text-align: center;
	
	border-top: 0px;
}
#editart .left {
	text-align: left;
}
#editart .right {
	text-align: right;
}
#editart .hrc {
	background: #333333;
	font-weight: bold;
}
#editart #descr {
	margin-top: 0px;
	height: 20px;
}
#editart #file{
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#addart {
	
	font-weight: bold;
	width: 622px;
}
#addart td{
	padding: 0 0 10px 0;
}
#addart .leftcol {
	padding-right: 30px;
}
#addart .right {
	text-align: right;
}
#addart #headline {
	width: 545px;
}

#login {
	margin-left: 200px;
}
#login td{
	width: 100px;
	height: 30px;
}
#login .right {
	width: 147px;
	padding: 0;
	margin: 0;
	text-align: right;
}
