/* CSS Document */

html, body {
	margin:0;
	padding:0;
	
}
body{
    background:url(../images/font/portfolio_main_bg.jpg) repeat-x; 
    background-color:#FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1 {
	margin-bottom: 10px;
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 970px;
	background-color:#ffe2fd;
	background:url(../images/font/gallry_bx_bg.jpg) repeat;
	margin: 0 auto;
	padding-left:18px;
	text-align: center;
}

div#container {
	padding: 12px 0px 75px 54px ;
	
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 0px;
	text-align: center;
}
