* {
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
}

body {
margin:0px;
text-align:center;
background-image: url('images/bg.gif');
background-repeat: repeat;

font-family: Verdana;
font-size: 9pt;
color: #FFF;
}

* {
margin:0;
padding:0;
}

.link_site:link {color:#330072; text-decoration:none; font-size: 7pt; font-weight: bold}
.link_site:active {color:#330072;  text-decoration:none; font-size: 7pt;  font-weight: bold }
.link_site:visited {color:#330072; text-decoration:none; font-size: 7pt;  font-weight: bold}
.link_site:hover {color:#AA0000; text-decoration:underline; font-size: 7pt;  font-weight: bold }

.link_white:link {color:#FFF; text-decoration:none; }
.link_white:active {color:#FFF;  text-decoration:none; }
.link_white:visited {color:#FFF; text-decoration:none;}
.link_white:hover {color:#FFF; text-decoration:underline;  }

p, ul {
line-height:150%;
margin-bottom:7px;
padding-left: 15px;
padding-right: 15px;
}

img {border: 0px}

#containerDiv {
margin: 0 auto;
position: relative;
text-align: left;
width: 700px;
}

#logo {
padding-top: 20px; 
padding-bottom: 7px;
}

.list_simple {
list-style-position: inside;
list-style-type: circle;
padding-left: 3em;
text-indent: -1em;
}

.list_contact {
list-style-type: none;
padding-top: 7px;
}

.list_contact li{
padding-bottom: 5px;
}

.list_portofoliu {
list-style-type: none;
padding-top: 7px;
}

.list_portofoliu li{
padding-bottom: 10px;
}

#about {
width: 320px; 
margin-bottom: 8px; 
background-color:#e20177;
}

#contact{
width: 320px; 
background-color:#ff9900;
}

#portofolio {
width: 320px; 
margin-left: 10px; 
float: left; 
background-color:#2f9fbd
}


/* round corners */
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundtop_pink { 
	background: url(images/tr_pink.gif) no-repeat top right; 
}

.roundbottom_pink {
	background: url(images/br_pink.gif) no-repeat top right; 
}

.roundtop_blue { 
	background: url(images/tr_blue.gif) no-repeat top right; 
}

.roundbottom_blue {
	background: url(images/br_blue.gif) no-repeat top right; 
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}


/* END round corners */

h1 {
font-family: Verdana;
font-size: 11pt;
padding: 0px;
margin: 0px;
padding-bottom: 3px;
}

.textBox {border: 1px solid #C3C3C3; font-size:9pt; color:#606060}