/*
Copyright Direxar Software (c) 2009.
Contains parts of templates found at www.freecsstemplates.com.
*/

body {
	margin: 0;
	padding: 0;	
	border:0;
	font-size: 14px;
	font-family: "Lucida Sans", Verdana, Georgia, Times, serif;	
	color: #222222;
	background-image: url(back.png);
}

p {
	margin: 0.5em 0em 0em 0;	
}

a {
	text-decoration: none;
	font-weight: 500;
	color: #224488;
	font-size: 12px;
	font-family: Tahoma, Georgia, Times, serif;	
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
	color: #446688;
}

img {
	border: none;
}

table, td {
	border-spacing:0;
	padding:0;
}


/** LOGO */

#main {
	width:500px;	
	margin:auto;
	margin-top:20px;	

}

#logo {	
	margin:12px;
}


#links {
	padding-top: 60px;
}

#contact {
	text-aling: right;
	padding-top: 40px;
}



#apps {
	margin: auto;
}

.appname {
	padding-right:10px;
}

.td_link {
	padding-left:10px;
}