*{margin:0;padding:0;}

html {
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size:62.5%;
}

body {
	text-align:center;
	background-color:#fff;
	color:#888;
}

p {
	font-size:1.5em;
	margin-bottom:9px;
}

ul {
	list-style-position: inside;
}
h1 {
	color:#9999cc;
	margin-top:20px;
	border-top:1px solid #993300;
	font-size:2.0em;
	line-height:2.2em;
	
	text-shadow:1px 1px 1px #444;
}
h2 {
	/*color:#FF9933;*/
	color:#FF9933;
	font-size:1.6em;
	margin-top:15px;
	margin-bottom:5px;
	line-height:2em;
}

ul {
	margin-left:50px;
	font-size:1.7em;
	list-style-position:outside;
	list-style-type:circle;
}
li {
	padding-left:20px;
}

#outer {
	width:750px;
	margin:0px auto 0px;	
	background-color:#fff;
	text-align:left;
	/*border-left:2px dotted #aaa;
	border-right:2px dotted #aaa;*/
	padding-left:20px;
	padding-right:20px;
	background-color:#fff;
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
}

#header {
	color:#9999cc;
	margin-bottom:30px;
}
#header #title {
	font-size:6em;
	/*line-height:1.2em;*/
	text-shadow:1px 1px 2px #000;
}
#header #title .dot {
	color:#888;
	text-shadow:none;
}
#header #title-small {
	font-size:4em;
}
#header p {
	display:inline;
	font-size:2.2em;
	color:#993300;
}
#header p.second {
	display:inline;
	font-size:2.0em;
	color:#FF9933;
}
#header p.third {
	display:inline;
	font-size:1.8em;
	color:#9999CC;
}

#logo {
	width:100px;
	height:100px;
	background-image:url("/images/logo2.jpg");
	background-size:100%;
	/*background-color:red;*/
	float:right;
	margin-right:10px;
	
	/*border:1px solid #aaa;
	border-top:none;
	border-left:none;*/
}

#contact-details {
	margin-top:10px;
	font-size:1.6em;
	/*color:#336600;*/
}
#contact-details .label {
	text-align:right;
	padding-right:20px;
	float:left;
	width:60px;
}
#contact-details .data {
	width:300px;
}

#content {
	font-size:0.9em;
}

ul#portfolio-list {
	list-style-type:none;
}
ul#portfolio-list li {
	height:180px;
}

#portfolio-list .thumb {
	border:3px solid #aaa;
	background-color:blue;
	height:160px;
	float:left;
	margin-right:20px;
}
#portfolio-list .thumb img {
	border:none;
}
#portfolio-list .desc {
}

#footer {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	padding-top:5px;
	text-align:center;
	font-size:1.2em;
	margin-top:40px;
	margin-bottom:20px;
	height:25px;
	font-size:1em;
	color:#FF9933;
	background-color:#993300;
	padding:4px;
}
#footer a {
	color:#fff;
}