body {
	/*background: url(../images/bg.jpg) no-repeat center 0px #fff; */
	margin: 0 auto;
	width: 960px;
	padding: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

p a {
	color: #000000;
}

p a:hover {
	color: #FFFFFF;
	background-color: #ff02cc;
	text-decoration: none;
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	text-shadow: #000 0px 0px;
}

h1 span {
	display: none;
}

.hidden {
	display: none;
}

/************* ID'S ***************/
#wrapper {
	width: 960px;
}

#main {
	width: 750px;
	/*float: right;*/
	padding: 0px;
	/*margin-top: 150px;*/
	margin: 0 auto;
}

#header {
	background: url(../images/Grigorios-Logo-2019.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 72px;
	width: 750px;
	margin-top: 150px;
}

#right {
	margin-top: 0px;
	/*width: 480px;*/
	width: 100%;
	height: 110px;
	float: right;
	text-align: left;
	/* padding-top: 120px; */

	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #999;
	text-shadow: #000 0px 1px;
}

#rightAbout {
	margin-top: 0px;
	width: 450px;
	height: 450px;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#left {
	width: 264px;
	float: left;
	margin-top: 10px;

}

#leftAbout {
	width: 130px;
	float: left;
	margin-top: 10px;

}

#leftLg {

	width: 750px;
	float: left;
}

#about {
	width: 480px;
	float: left;
	margin: 0px;
	text-align: justify;
	font: 12px Georgia, serif;
}

#movieTitle {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 20px;
	margin: 0px;
	font-size: 13px;
	text-align: left;
	color: #333;
	border: dotted 1px #999;
	background-color: #F5F5F5;
	padding: 5px 5px 5px 5px;
}

#movieL {
	width: 239px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	border-left: dotted 1px #999;
	background-color: #F5F5F5;
}

#movieR {
	width: 234px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	border-right: dotted 1px #999;
	background-color: #F5F5F5;
}

#movieDesc {
	width: 401px;
	height: 100px;
	float: left;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-left: 70px;
	text-align: left;
	font: italic 0.9em Georgia, serif;
	color: #000;
	background-color: #FDFFF8;
	background-image: url(../images/Paper_Scroll.jpg);
}

#footer {
	width: 750px;
	float: left;
	padding: 20px;
	text-align: center;
}

#rndQuotes {
	padding: 1em 1em;
	font: 1.8em Georgia, serif;
	text-align: center;
	color: #666;
	border-top: dashed thin #CCC;
	border-bottom: dashed thin #CCC;
}

/*********** Main NAV ***************/

ul.navigation {
	padding: 0px;
	float: left;
	margin: 0px 19px 0px 0px;
}

ul.navigation li {
	list-style-type: none;
	float: left;
	clear: both;
	border-bottom: dotted 1px #999;
}

ul.navigation li a {
	width: 121px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 5px 0px;
}

ul.navigation li a:hover {
	background: url(../images/red_bullet.jpg) no-repeat right center;
}

.current {
	background: url(../images/black_bullet.jpg) no-repeat right center;
}


/*********** Secondary NAV ***************/

ul.subNavigation {
	padding: 0px;
	float: left;
	margin: 0px;
}

ul.subNavigation li {
	list-style-type: none;
	float: left;
	clear: both;
	border-bottom: dotted 1px #999;
}

ul.subNavigation li a {
	width: 121px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 5px 0px;
}

ul.subNavigation li a:hover {
	background: url(../images/red_bullet.jpg) no-repeat right center;
}

/* Round Button */
.btn {
	background-color: rgb(201, 201, 201);
	border: none;
	color: white;
	padding: 12px 13px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
	background-color: rgb(160, 160, 160);
}

#navMenu {
	list-style: none;
	float: right;
	margin: 1.28em 0;
	padding: 0;
	display: flex;
	/* width: 200px; */
	font-size: large;
	justify-content: space-between;
}

/* Menu */
#navMenu li {
	margin-right: 10px;
}

#navMenu a {
	color: #777;
	text-decoration: none;
}

#navMenu a:hover {
	color: #000;
}

#navMenu a:active {
	color: #000;
}