﻿* {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	background:#D2E3CA;
	font-family: Arial, Helvetica, sans-serif;
	color:#DDF4D7;
	margin: 0;
	font-size: 62.5%;
}
body{
	position: relative; 
}
#top{
	margin: 5px auto;
	padding-left: 20px;
	width: 920px;
	overflow: hidden;
	list-style: none;
	font-size: 1.1em;
}
#container{
	width: 940px;
	height:830px;
	margin: 0 auto;
	background:#FFFFFF;}

#content{
		padding-top: 30px;
				
}
div
{
   position: relative;
}

div > .tl, div > .tr, div > .bl, div > .br
{
  width: RADIUS;
  height: RADIUS;
  position: absolute;
}

div > .tl
{
  background: url(/images/ui/rounded/STYLE-tl.png) top left no-repeat;
  top: OFFSET;
  left: OFFSET;
}

div > .tr
{
  background: url(/images/ui/rounded/STYLE-tr.png) top right no-repeat;
  top: OFFSET;
  right: OFFSET;
}

div > .bl
{
  background: url(/images/ui/rounded/STYLE-bl.png) bottom left no-repeat;
  bottom: OFFSET;
  left: OFFSET;
}

div > .br
{
  background: url(/images/ui/rounded/STYLE-br.png) bottom right no-repeat;
  bottom: OFFSET;
  right: OFFSET;
}
	
div{
	-moz-border-radius-topleft: 20px;
   -webkit-border-top-left-radius: 20px;
   -moz-border-radius-topright: 20px;
   -webkit-border-top-right-radius: 20px;

   -moz-border-radius-bottomleft: 20px;
   -webkit-border-bottom-left-radius: 20px;
   -moz-border-radius-bottomright: 20px;
   -webkit-border-bottom-right-radius: 20px;
}
img{
	float:right;
	border-width: 0px;	
}
div#Ucon{
	width: 420px;
	float: left;
	margin: -850px -100px 0px 80px;
	position: relative;
	z-index: 1;
	display: inline;
	clear:right;
	font-size: 40px;
	color: #999999;
	}

div#name{
	width: 820px;
	float: left;
	margin: -510px -100px 0px 480px;
	position: relative;
	z-index: 1;
	display: inline;
	clear:right;
	font-size: 65px;
	color: #999999;
	}
img.1{
	float:left;
	border-width: 0px;	
}
div#footer a:hover{
	text-decoration: underline;
}
div#footer{
	margin: 0 auto;
	width: 940px;
}
div#footer ul li a{
	color:#666666;
	text-decoration: none;
		
}
div#footer ul{
	list-style: none;
	overflow: hidden;
	padding: 10px 0 10px 20px;
	background: #D2E3CA;
	margin: 0;
	font-size: 1.3em;
}
div#footer ul li{
	border-right: 1px solid #666666;
	float: left;
	margin-right: .8ex;
	padding-right: .8ex;
	display: inline;
}
div#footer ul li#designed{
	border: 0;
	padding: 0;
	float: right;
	font-size: 0.8em;			
}


