/****  CSS Reset para browsers  *********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************************************/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/bg.gif);
	background-attachment:fixed;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffcc33;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	/*background: #DDDDDD; */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
	position:relative;
	top:0px;
	left:0px;
	height:600px;
}
#footer {
	padding: 10px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ff6600;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#proj1{
	position:relative;
	top:0px;
	left:0px;
}
#proj2{
	position:relative;
	top:150px;
	left:0px;
}
#proj3{
	position:relative;
	top:280px;
	left:0px;
}
#proj11{
	position:absolute;
	top: 40px;
	left:20px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj12{
	position:absolute;
	top: 40px;
	left:240px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj13{
	position:absolute;
	top: 40px;
	left:460px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj14{
	position:absolute;
	top: 40px;
	left:680px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj21{
	position:absolute;
	top: 40px;
	left:20px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj22{
	position:absolute;
	top: 40px;
	left:240px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj23{
	position:absolute;
	top: 40px;
	left:460px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj24{
	position:absolute;
	top: 40px;
	left:680px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj31{
	position:absolute;
	top: 10px;
	left:20px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj32{
	position:absolute;
	top: 10px;
	left:240px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj33{
	position:absolute;
	top: 10px;
	left:460px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#proj34{
	position:absolute;
	top: 10px;
	left:680px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
}
