/* Page layout */

body {
	background-image: url(http://www.photosmagiques.com/images/background_gradient_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #60A2DB;
	margin: 15px;
}

.TextMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #5F9AD6;
	margin-left: 5px;
}

.TextMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #2B68A6;
	font-weight: bold;
	text-decoration: none;
}

.TextMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #EF7BAC;
	font-weight: bold;
	text-decoration: none;
}

.RowMenu {
	height: 30px;
	background-image: url(http://www.discussthemagic.com/distionary/images/background_menu.jpg);
	background-repeat: repeat-x;
	vertical-align: center;

}
.BorderBlue {
	border: 1px solid #2B68A6;
}

.Spacer {
	height: 1px;
}

.MainBox {
	background-color: #E5F0F9;
	border: 1px solid #2B68A6;
	padding: 10px;
	border-spacing:10px;
	height: 500px;
	vertical-align: top;

}

.MainBoxFront {
	background-color: #E5F0F9;
	border: 1px solid #2B68A6;
	padding: 10px;
	border-spacing:10px;
	height: 500px;
	vertical-align: top;

}


.FooterBox {
	background-color: #E5F0F9;
	border: 1px solid #2B68A6;
	padding: 5px;
	border-spacing:10px;
}

.FooterFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #5F9AD6;
	text-align: center;
}

.FooterFont a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2B68A6;
	font-weight: bold;
	text-decoration: none;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
}

.Text  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B68A6;
	font-weight: bold;
	text-decoration: none;

}


.TextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #5F9AD6;
}
