@charset "utf-8";
/* CSS Document */
body{
background:url(/../index/images/bg_bottom.png) top center #000 repeat-y;
margin: 0 auto;
font-family: Arial;
text-align: center;
}
#site{
background: url(/../index/images/mainbg.png) top center no-repeat;
min-height: 768px;
width: 1024px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
#container{
background: url(/../index/images/container.png) center center no-repeat;
min-height: 546px;
min-width: 992px;
height: 546px;
width: 992px;
text-align: center;
}
#main{
width: 968px;
max-height: 491px;
overflow: auto;
padding-left: 10px;
padding-right: 10px;
color:#fff;
}
#main a{
color: #F90;
text-decoration: none;
}
#main a:hover{
text-decoration: underline;
}
#main img{
border: none;
}
#navigation{
padding-top: 5px;
height: 35px;
}
#navigation img{
border: 0px;
}
#foot{
margin-top: 20px;
color: #fff;
font-size: 12px;
text-align: center;
}
#foot a{
color: #fff;
text-decoration: none;
}
#foot a:hover{
text-decoration: underline;
}
.input{
background: url(/../index/images/input.jpg) repeat-x;
border: 1px solid #ccc;
}
.input:focus{
border: 1px solid #f90;
}
.message{
background: url(/../index/images/textarea.jpg) repeat-x;
border: 1px solid #ccc;
}
.message:focus{
border: 1px solid #f90;
}
.submit{
color: #999;
width: 100px;
height: 25px;
font-size: 0.85em;
}
.reset{
color: #999;
width: 100px;
height: 25px;
font-size: 0.85em;
}
.credit{
font-size: 0.6em;
}
#portfoliopage{
text-align: center;
}
.portfolioImage{
display: inline;
margin: 5px;
}
.cat{
display: inline;
margin: 5px;
}
#aboutme{
text-align: left;
float: left;
display: inline;
}
#me{
float: right;
display: inline;
padding-right: 30px;
}
.about{

}
.service{
font-weight: bold;
text-align: left;
}
.price{
font-variant:small-caps;
text-align: left;
}
.information{
text-align: left;
}
table .title{
text-align: left;
}
.information2{
width: 800px !important;
}
.label{
font-size: 0.85em;
text-align: right;
vertical-align: top;
}
.ver{
font-size: 0.85em;
text-align:center;
}