/* 
	TOGETHER YOUTH EXCHANGE - Graffiti Urban II
	
	author: vipburgr, Mára
	
	453, 928
	green heading h1 #b0ca2f;
	green heading h2 #8fa810;
*/

body{
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	padding-bottom: 30px;
	
	background: #FFFFFF url('simg/top-bg.jpg') center top no-repeat;
	text-align: center;
	
	font-family: Arial;
}
a, img{
	border: 0px solid;
}
a{
	text-decoration: none;
	color: #222222;
}
.relative{
	position: relative;
}
table#mainTable{
	table-layout: fixed;
	border-collapse: collapse;
	border: 0px solid;
	margin: auto;
	text-align: left;
	
	width: 924px;
}
table#mainTable td{
	border: 0px solid;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
td.mainTableBorderTop{
	width: 28px;
	height: 142px;
}
td#mainTableTop{
	width: 872px;
	text-align: center;
}
td.mainTableBorderHeading{
	height: 58px;
}
td#mainTableHeading{
	text-align: center;
}
td.mainTableBorderMainTop{
	height: 250px;
}
td.mainTableBorderMain{
	background: #EEEEEE url('simg/tile-vertical.gif') repeat-y;
}
td#mainTableBorderBottomLeft{
	height: 28px;
	background: #EEEEEE url('simg/tile-c-b-l.gif') no-repeat;
}
td#mainTableBorderBottomRight{
	background: #EEEEEE url('simg/tile-c-b-r.gif') no-repeat;
}
td#mainTableBorderBottom{
	background: #EEEEEE url('simg/tile-horizontal.gif') repeat-x;
}
td#mainTableMain{
	position: relative;
}

#network-together-logo{
	position: absolute;
	top: -85px;
	left: -50px;
}
#logos{
	margin: 20px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
	border-top: 1px dotted #ffc2c2;
	text-align: center;
}

div#menu{
	position: absolute;
	top: 45px;
	left: -90px;
	width: 214px;
	overflow: hidden;
}


#menu a{
	display: block;
	
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	
	
	width: 196px;
	height: 22px;
	margin: 0px 0px 5px 0px;
	padding: 8px 5px 5px 13px;
}

	#menuItem1{
		background: url('simg/button-purple.png') no-repeat;
		color: #68002c;
	}
	#menuItem2{
		background: url('simg/button-yellow.png') no-repeat;
		color: #e5a126;
	}
	#menuItem3{
		background: url('simg/button-pink.png') no-repeat;
		color: #d42f6a;
	}
	#menuItem4{
		background: url('simg/button-green.png') no-repeat;
		color: #339933;
	}
	#menuItem5{
		background: url('simg/button-darkBlue.png') no-repeat;
		color: #000099;
	}
	#menuItem6{
		background: url('simg/button-orange.png') no-repeat;
		color: #eb5e00;
	}
	#menuItem7{
		background: url('simg/button-black.png') no-repeat;
		color: #000000;
	}
	#menuItem8{
		background: url('simg/button-black.png') no-repeat;
		color: #000000;
	}



div#tipbox{
	position: absolute;
	top: 45px;
	left: 720px;
	padding: 6px 3px 6px 3px;
	width: 140px;
	overflow: hidden;
}
#tipbox img{
	padding: 1px;
	border: 1px dashed #990000;
	margin: 1px 3px 13px 3px;
}
#tipbox img:hover{
	border: 2px solid #990000;
	margin: 0px 2px 12px 2px;
}
div#main{
	margin-left: 150px;
	padding: 30px 30px 5px 30px;
	width: 500px;
	
	font-family: Tahoma;
	font-size: 17px;
	text-align: justify;
	
	min-height: 300px;
	overflow: hidden;
}
#main h1{
	margin: -20px 30px 10px 0px;
	font-family: Verdana;
	font-size: 27px;
	font-weight: bold;
	color: #AA0000;
	text-align: center;
}
#main h2{
	margin: 8px 0px -5px 15px;
	font-family: Verdana;
	font-size: 19px;
	color: #c2070c;
}
#main p{
	margin-top: 8px;
	margin-bottom: 20px;
}
#main p a{
	border-bottom: 1px dotted;
}
#main p a:hover{
	border-bottom: 1px solid;
	background-color: #000000;
	color: #FFFFFF;
}
#main p.pictures a{
	border: 0px solid;
	background: none;
}
#main p.pictures a:hover{
	border: 0px solid;
	background: none;
}
#main p.pictures{
	text-align: center;
	padding-left: 15px;
}
#main p.pictures img{
	padding: 1px;
	border: 1px dashed #990000;
	margin: 1px 15px 1px 1px;
}
#main p.pictures img:hover{
	border: 2px solid #990000;
	margin: 0px 14px 0px 0px;
}